DROP table vergessen
git-svn-id: svn://svn.cccv.de/engel-system@238 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
d354d92b8a
commit
abc55d6bf4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue