Remove erroneous organization_id from migration
This commit is contained in:
parent
11011f3804
commit
b96ddf7162
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
-- +goose Up
|
||||
ALTER TABLE publicreport.nuisance ADD COLUMN h3cell h3index;
|
||||
ALTER TABLE publicreport.nuisance ADD COLUMN organization_id INTEGER REFERENCES organization(id);
|
||||
CREATE TABLE publicreport.nuisance_image (
|
||||
image_id INTEGER NOT NULL REFERENCES publicreport.image(id),
|
||||
nuisance_id INTEGER NOT NULL REFERENCES publicreport.nuisance(id),
|
||||
|
|
@ -9,4 +8,3 @@ CREATE TABLE publicreport.nuisance_image (
|
|||
-- +goose Down
|
||||
DROP TABLE publicreport.nuisance_image;
|
||||
ALTER TABLE publicreport.nuisance DROP COLUMN h3cell;
|
||||
ALTER TABLE publicreport.nuisance DROP COLUMN organization_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue