summaryrefslogtreecommitdiff
path: root/DB
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-19 17:29:29 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-04-19 17:29:29 +0000
commitc34780cd804df22bde3471f64d472f0a000d6164 (patch)
tree7c02b6e3d12676e77ed21f98b78985b226e9a565 /DB
parent6ce01377ed29e9e23a9ceb3cad7c524e969154f0 (diff)
create
git-svn-id: svn://svn.cccv.de/engel-system@124 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'DB')
-rwxr-xr-xDB/ChangeLog.sql25
1 files changed, 25 insertions, 0 deletions
diff --git a/DB/ChangeLog.sql b/DB/ChangeLog.sql
new file mode 100755
index 00000000..383c897a
--- /dev/null
+++ b/DB/ChangeLog.sql
@@ -0,0 +1,25 @@
+-- phpMyAdmin SQL Dump
+-- version 2.6.2
+-- http://www.phpmyadmin.net
+--
+-- Host: localhost
+-- Erstellungszeit: 19. April 2006 um 14:07
+-- Server Version: 4.0.24
+-- PHP-Version: 4.3.10-15
+--
+-- Datenbank: `Himmel`
+--
+
+-- --------------------------------------------------------
+
+--
+-- Tabellenstruktur für Tabelle `ChangeLog`
+--
+
+DROP TABLE IF EXISTS `ChangeLog`;
+CREATE TABLE IF NOT EXISTS `ChangeLog` (
+ `Time` timestamp(14) NOT NULL,
+ `UID` int(11) NOT NULL default '0',
+ `Commend` text NOT NULL,
+ `SQLCommad` text NOT NULL
+) TYPE=MyISAM;