From: garyhgohoos Date: Wed, 17 Sep 2014 14:43:04 +0000 (-0400) Subject: Issue #23255:remove dropping of table X-Git-Tag: v4.7.0-beta.2~18^2 X-Git-Url: http://git.roojs.org/?p=xtuple;a=commitdiff_plain;h=dfcb81ffe09238efd44ddab547a0546e7ee21314 Issue #23255:remove dropping of table --- diff --git a/foundation-database/public/tables/bankrecimport.sql b/foundation-database/public/tables/bankrecimport.sql index 65b36476d..c9c74c4ab 100644 --- a/foundation-database/public/tables/bankrecimport.sql +++ b/foundation-database/public/tables/bankrecimport.sql @@ -1,5 +1,3 @@ -SELECT dropIfExists('TABLE', 'bankrecimport', 'public', true); - select xt.create_table('bankrecimport', 'public'); select xt.add_column('bankrecimport','bankrecimport_id', 'SERIAL', 'PRIMARY KEY', 'public'); select xt.add_column('bankrecimport','bankrecimport_reference', 'TEXT', NULL, 'public');