From eb41a250b7caa464e6f6d7297416bc8bd8d72a8c Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 18 Jun 2017 19:07:31 -0400 Subject: Add import count --- migrations/20170618185500_scrobble_import_count.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 migrations/20170618185500_scrobble_import_count.sql (limited to 'migrations') diff --git a/migrations/20170618185500_scrobble_import_count.sql b/migrations/20170618185500_scrobble_import_count.sql new file mode 100644 index 0000000..c79bbef --- /dev/null +++ b/migrations/20170618185500_scrobble_import_count.sql @@ -0,0 +1,10 @@ + +-- +goose Up +-- SQL in section 'Up' is executed when this migration is applied + +ALTER TABLE scrobble_import ADD COLUMN count int; + +-- +goose Down +-- SQL section 'Down' is executed when this migration is rolled back + +ALTER TABLE scrobble_import DROP COLUMN count; -- cgit v1.2.3-70-g09d2