Fix missing fields

This commit is contained in:
Laurent Destailleur 2021-06-11 13:17:22 +02:00
parent a88efc9065
commit 52f0de00f6

View File

@ -32,6 +32,9 @@
-- Missing in v13 or lower
ALTER TABLE llx_ecm_files ADD COLUMN note_private text AFTER fk_user_m;
ALTER TABLE llx_ecm_files ADD COLUMN note_public text AFTER note_private;
ALTER TABLE llx_accounting_bookkeeping DROP INDEX idx_accounting_bookkeeping_numero_compte;
ALTER TABLE llx_accounting_bookkeeping DROP INDEX idx_accounting_bookkeeping_code_journal;