Commit 05002b677f696946a4335cc575625c1f762b3846
1 parent
9e974848
Exists in
master
Redmine #3948 - script baixa audit
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
cit-almoxarifado-api/src/main/resources/scripts-bd/postgres/v1.11.0/01-cit-almoxarifado-v1.11.0.postgres.sql
@@ -40,10 +40,7 @@ CREATE TABLE baixaalmoxarifado_aud | @@ -40,10 +40,7 @@ CREATE TABLE baixaalmoxarifado_aud | ||
40 | destino_id bigint, | 40 | destino_id bigint, |
41 | dominiosituacaoestorno_id bigint, | 41 | dominiosituacaoestorno_id bigint, |
42 | dominiotipobaixa_id bigint, | 42 | dominiotipobaixa_id bigint, |
43 | - CONSTRAINT baixaalmoxarifado_aud_pkey PRIMARY KEY (id, rev), | ||
44 | - CONSTRAINT fk_cewy9i3bbnhq4h8e67o0oawsq FOREIGN KEY (id, rev) | ||
45 | - REFERENCES baixa_aud (id, rev) MATCH SIMPLE | ||
46 | - ON UPDATE NO ACTION ON DELETE NO ACTION | 43 | + CONSTRAINT baixaalmoxarifado_aud_pkey PRIMARY KEY (id, rev) |
47 | ) | 44 | ) |
48 | WITH ( | 45 | WITH ( |
49 | OIDS=FALSE | 46 | OIDS=FALSE |