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