Fix: compatibility with postgesql
This commit is contained in:
parent
7a4252c151
commit
26076ed029
@ -458,7 +458,7 @@ alter table llx_commandedet modify special_code integer UNSIGNED DEFAULT 0;
|
||||
alter table llx_facturedet modify special_code integer UNSIGNED DEFAULT 0;
|
||||
alter table llx_propaldet modify special_code integer UNSIGNED DEFAULT 0;
|
||||
alter table llx_societe modify special_code integer NULL;
|
||||
alter table llx_c_forme_juridique modifiy code integer UNIQUE NOT NULL;
|
||||
alter table llx_c_forme_juridique modify code integer UNIQUE NOT NULL;
|
||||
|
||||
ALTER TABLE llx_adherent_options ADD INDEX uk_adherent_options (adhid);
|
||||
ALTER TABLE llx_bank_class ADD UNIQUE INDEX idx_bank_class_lineid (lineid);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user