Update llx_adherent_type.sql

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

View File

@ -32,6 +32,7 @@ create table llx_adherent_type
morphy varchar(3) NOT NULL, morphy varchar(3) NOT NULL,
duration varchar(6) DEFAULT NULL, duration varchar(6) DEFAULT NULL,
subscription varchar(3) NOT NULL DEFAULT '1', subscription varchar(3) NOT NULL DEFAULT '1',
amount double(24,8) DEFAULT NULL,
vote varchar(3) NOT NULL DEFAULT '1', vote varchar(3) NOT NULL DEFAULT '1',
note text, note text,
mail_valid text mail_valid text