Commit f3d9dd148b98e3d1969823657ffc64c607dc444c
1 parent
b9565853
Exists in
master
redmine #4345 Alterações nos scripts;
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
cit-contratos-api/src/main/resources/script-bd/v1.0.0-alpha11/01-cit-contratos-1.0.0-ALFA-11-postgres.sql
... | ... | @@ -14,4 +14,6 @@ VALUES (NEXTVAL('hibernate_sequence'), LOCALTIMESTAMP, LOCALTIMESTAMP, 0, true, |
14 | 14 | |
15 | 15 | -- LUÍS CÉSAR INÍCIO 06/04/2016 |
16 | 16 | ALTER TABLE cnt_ev_recebimentoobjeto DROP COLUMN nomeobjeto; |
17 | +TRUNCATE CASCADE MENU; | |
18 | +TRUNCATE PAGINA; | |
17 | 19 | -- LUÍS CÉSRA FIM 06/04/2016 |
18 | 20 | \ No newline at end of file | ... | ... |