Fix no database structure change is allowed into minor versions
This commit is contained in:
parent
f742d4ec66
commit
d663b28dac
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
CREATE TABLE llx_holiday_users
|
CREATE TABLE llx_holiday_users
|
||||||
(
|
(
|
||||||
rowid integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
|
||||||
fk_user integer NOT NULL,
|
fk_user integer NOT NULL,
|
||||||
fk_type integer NOT NULL,
|
fk_type integer NOT NULL,
|
||||||
nb_holiday real NOT NULL DEFAULT '0'
|
nb_holiday real NOT NULL DEFAULT '0'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user