Import transfers as actual Transfers #1

Merged
jacob1123 merged 9 commits from handle-transfers into master 2022-01-10 11:15:06 +01:00
Showing only changes of commit 3c17d674f9 - Show all commits

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;