Skip to content

Commit

Permalink
wrap DDL into db_alter_table to avoid fails wrt views using the table
Browse files Browse the repository at this point in the history
drop allowconsolidateinvoice from database #2956
  • Loading branch information
metas-ts committed Dec 4, 2017
1 parent 31a2532 commit 6c6a2de
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1 +1,2 @@
ALTER TABLE C_Invoice_Candidate DROP COLUMN allowconsolidateinvoice;

public.db_alter_table('C_Invoice_Candidate','ALTER TABLE C_Invoice_Candidate DROP COLUMN IF EXISTS allowconsolidateinvoice;');

0 comments on commit 6c6a2de

Please sign in to comment.