Erreur de syntaxe

This commit is contained in:
Rodolphe Quiedeville 2005-04-08 14:24:41 +00:00
parent 6d103c199b
commit ccabcd93be

View File

@ -22,8 +22,7 @@
create table llx_dolibarr_modules
(
rowid integer PRIMARY KEY,
numero integer UNIQUE NOT NULL,
numero integer PRIMARY KEY,
active tinyint DEFAULT 0 NOT NULL,
active_date datetime NOT NULL,
active_version varchar(25) NOT NULL