New: Add field to define order of bookmarks

This commit is contained in:
Laurent Destailleur
2010-06-06 16:04:25 +00:00
parent 6b2fb32bf5
commit 5cb7f4e8a7
2 changed files with 4 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
ALTER TABLE llx_socpeople ADD COLUMN fk_departement integer DEFAULT 0 after ville;
ALTER TABLE llx_bookmark ADD COLUMN position integer DEFAULT 0;
-- rename llx_product_det
ALTER TABLE llx_product_det RENAME TO llx_product_lang;
ALTER TABLE llx_product_lang ADD UNIQUE INDEX uk_product_lang (fk_product, lang);