mirror of https://github.com/interlegis/sigi.git
Felipe Vieira
13 years ago
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
BEGIN; |
||||
|
|
||||
|
-- deletando colunas da CasaLegislativa |
||||
|
ALTER TABLE "diagnosticos_diagnostico" ADD COLUMN "responsavel_id" integer NOT NULL REFERENCES "servidores_servidor" ("id"); |
||||
|
ALTER TABLE "diagnosticos_equipe" DROP COLUMN "is_chefe"; |
||||
|
|
||||
|
COMMIT; |
Loading…
Reference in new issue