Update 13.0.0-14.0.0.sql
This commit is contained in:
parent
4c3e37681c
commit
5ff60c31e6
@ -467,4 +467,7 @@ create table llx_knowledgemanagement_knowledgerecord_extrafields
|
|||||||
tms timestamp,
|
tms timestamp,
|
||||||
fk_object integer NOT NULL,
|
fk_object integer NOT NULL,
|
||||||
import_key varchar(14) -- import key
|
import_key varchar(14) -- import key
|
||||||
) ENGINE=innodb;
|
) ENGINE=innodb;
|
||||||
|
|
||||||
|
-- add default amount by member type
|
||||||
|
ALTER TABLE llx_adherent_type ADD COLUMN amount DOUBLE(24,8) NULL DEFAULT NULL AFTER subscription;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user