Migration
This commit is contained in:
parent
77b675bec1
commit
a4372e24bf
@ -162,6 +162,9 @@ INSERT INTO llx_c_units (code, scale, label, short_label, unit_type, active) VAL
|
||||
INSERT INTO llx_c_units (code, scale, label, short_label, unit_type, active) VALUES ('MO','2629800','month','m', 'time', 1);
|
||||
INSERT INTO llx_c_units (code, scale, label, short_label, unit_type, active) VALUES ('Y','31557600','year','Y', 'time', 1);
|
||||
|
||||
UPDATE llx_c_units SET short_label = 'i' WHERE code = 'MI';
|
||||
|
||||
|
||||
-- Default Warehouse id for a user
|
||||
ALTER TABLE llx_user ADD COLUMN fk_warehouse INTEGER NULL;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user