Merge pull request #23320 from rycks/sql_migration_remove_amount_from_llx_facture

remove amount from llx_facture (sql migration)
This commit is contained in:
Laurent Destailleur 2022-12-23 12:01:49 +01:00 committed by GitHub
commit fc466b1ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,3 +34,6 @@
-- v18
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PROJECT_CLOSE','Project closed','Executed when a project is closed','project',145);
-- amount was removed in v12
ALTER TABLE llx_facture DROP COLUMN amount;