diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-10-09 21:58:09 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2007-10-09 21:58:09 +0000 |
commit | abc55d6bf4820fb9926bc558616ea50b6fa66f49 (patch) | |
tree | 8a2fc05121a7e93aec5be1b601757dd218fda093 | |
parent | d354d92b8a5801606d539d9806ebb6a72b0cbb4a (diff) |
DROP table vergessen
git-svn-id: svn://svn.cccv.de/engel-system@238 29ba0400-6e00-0410-a75a-ca02368028f8
-rw-r--r-- | DB/UserCVS.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DB/UserCVS.sql b/DB/UserCVS.sql index fffc1e9c..4feecca9 100644 --- a/DB/UserCVS.sql +++ b/DB/UserCVS.sql @@ -16,6 +16,7 @@ -- Tabellenstruktur für Tabelle `UserCVS` -- +DROP TABLE IF EXISTS `UserCVS`; CREATE TABLE `UserCVS` ( `UID` int(11) NOT NULL default '0', `index.php` char(1) NOT NULL default 'N', |