Fix migration
This commit is contained in:
parent
2ec9c923df
commit
3c17d674f9
@ -1,6 +1,5 @@
|
|||||||
-- +goose Up
|
-- +goose Up
|
||||||
ALTER TABLE transactions ADD COLUMN
|
ALTER TABLE transactions ADD COLUMN group_id uuid NULL;
|
||||||
group_id uuid NULL;
|
|
||||||
|
|
||||||
-- +goose Down
|
-- +goose Down
|
||||||
ALTER TABLE transactions DROP COLUMN group_id;
|
ALTER TABLE transactions DROP COLUMN group_id;
|
Loading…
x
Reference in New Issue
Block a user