Fix migration

This commit is contained in:
Jan Bader 2022-01-09 22:31:18 +00:00
parent 0b95cdc1d9
commit b0776023b4

View File

@ -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;