|
|
|
@ -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" +
|
|
|
|
|