Update 13.0.0-14.0.0.sql

This commit is contained in:
daraelmin 2021-05-01 20:08:32 +02:00 committed by GitHub
parent 4c3e37681c
commit 5ff60c31e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,4 +467,7 @@ create table llx_knowledgemanagement_knowledgerecord_extrafields
tms timestamp,
fk_object integer NOT NULL,
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;