From 6939806f3fb2e1d599e3efb7b82a9100f2b02a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Sim=C3=A3o?= Date: Fri, 12 Dec 2008 16:39:10 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@824 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/SIPRPSoft/src/siprp/update/updates/V8_9_To_V9_0.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/SIPRPSoft/src/siprp/update/updates/V8_9_To_V9_0.java b/trunk/SIPRPSoft/src/siprp/update/updates/V8_9_To_V9_0.java index 3827ec48..37fc9c85 100644 --- a/trunk/SIPRPSoft/src/siprp/update/updates/V8_9_To_V9_0.java +++ b/trunk/SIPRPSoft/src/siprp/update/updates/V8_9_To_V9_0.java @@ -49,11 +49,11 @@ public class V8_9_To_V9_0 Executer executer = dbm.getSharedExecuter(); com.evolute.utils.sql.Update update = new com.evolute.utils.sql.Update( - "create table email_plano_de_actuacao(" + + /*"create table email_plano_de_actuacao(" + "id serial PRIMARY KEY," + "description varchar(255) NOT NULL," + "estabelecimento_id int4 REFERENCES estabelecimentos(id)" + - ");" + + ");" +*/ "create table posto_de_trabalho(" + "id serial PRIMARY KEY," + "description varchar(1024) NOT NULL" +