Bookmarks multicompany migration

This commit is contained in:
Raphaël Doursenaud 2013-12-10 11:42:53 +01:00
parent 071dd8e758
commit 5e642f3009

View File

@ -17,4 +17,4 @@
-- -- VPGSQL8.2 DELETE FROM llx_usergroup_user WHERE fk_user NOT IN (SELECT rowid from llx_user);
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);
ALTER TABLE llx_bookmark ADD COLUMN entity integer DEFAULT 1 NOT NULL;