Fix: Field should not be not null

This commit is contained in:
Laurent Destailleur 2014-03-15 15:45:21 +01:00
parent 6a72ebbe76
commit c9ac7fad82

View File

@ -100,4 +100,5 @@ update llx_opensurvey_sondage set format = 'D' where format = 'D+';
update llx_opensurvey_sondage set format = 'A' where format = 'A+';
-- ALTER TABLE llx_facture_fourn ALTER COLUMN fk_cond_reglement DROP NOT NULL;