git-svn-id: https://svn.coded.pt/svn/SIPRP@824 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Tiago Simão 17 years ago
parent 6191685a34
commit 6939806f3f

@ -49,11 +49,11 @@ public class V8_9_To_V9_0
Executer executer = dbm.getSharedExecuter(); Executer executer = dbm.getSharedExecuter();
com.evolute.utils.sql.Update update = com.evolute.utils.sql.Update update =
new com.evolute.utils.sql.Update( new com.evolute.utils.sql.Update(
"create table email_plano_de_actuacao(" + /*"create table email_plano_de_actuacao(" +
"id serial PRIMARY KEY," + "id serial PRIMARY KEY," +
"description varchar(255) NOT NULL," + "description varchar(255) NOT NULL," +
"estabelecimento_id int4 REFERENCES estabelecimentos(id)" + "estabelecimento_id int4 REFERENCES estabelecimentos(id)" +
");" + ");" +*/
"create table posto_de_trabalho(" + "create table posto_de_trabalho(" +
"id serial PRIMARY KEY," + "id serial PRIMARY KEY," +
"description varchar(1024) NOT NULL" + "description varchar(1024) NOT NULL" +

Loading…
Cancel
Save