git-svn-id: svn://svn.cccv.de/engel-system@124 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-04-19 17:29:29 +00:00
parent 6ce01377ed
commit c34780cd80
1 changed files with 25 additions and 0 deletions

25
DB/ChangeLog.sql Executable file
View File

@ -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;