Update llx_subscription.sql

This commit is contained in:
ptibogxiv 2020-06-04 16:46:36 +02:00 committed by GitHub
parent bd56210e97
commit 7da6a063f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ create table llx_subscription
fk_adherent integer,
fk_type integer,
dateadh datetime,
datef date,
datef datetime,
subscription double(24,8),
fk_bank integer DEFAULT NULL,
fk_user_creat integer DEFAULT NULL,