Fix no database structure change is allowed into minor versions

This commit is contained in:
Laurent Destailleur 2016-03-10 13:49:13 +01:00
parent f742d4ec66
commit d663b28dac

View File

@ -18,7 +18,6 @@
CREATE TABLE llx_holiday_users
(
rowid integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
fk_user integer NOT NULL,
fk_type integer NOT NULL,
nb_holiday real NOT NULL DEFAULT '0'