Update llx_adherent_type.sql

This commit is contained in:
ptibogxiv 2019-10-22 12:52:41 +02:00 committed by GitHub
parent d77215c40e
commit c3fac0b8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ create table llx_adherent_type
statut smallint NOT NULL DEFAULT 0,
libelle varchar(50) NOT NULL,
morphy varchar(3) NOT NULL,
duration varchar(6) NOT NULL DEFAULT null,
duration varchar(6) NOT NULL DEFAULT NULL,
subscription varchar(3) NOT NULL DEFAULT 'yes',
vote varchar(3) NOT NULL DEFAULT 'yes',
note text,