From dfcb81ffe09238efd44ddab547a0546e7ee21314 Mon Sep 17 00:00:00 2001 From: garyhgohoos Date: Wed, 17 Sep 2014 10:43:04 -0400 Subject: [PATCH] Issue #23255:remove dropping of table --- foundation-database/public/tables/bankrecimport.sql | 2 -- 1 file changed, 2 deletions(-) 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'); -- 2.39.2