summaryrefslogtreecommitdiff
path: root/schema/migrations
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2019-10-19 21:15:48 +0100
committerAaron Parecki <aaron@parecki.com>2019-10-19 21:15:48 +0100
commitcbbf10c7f30dbf5e82e3cef71e3fc864aba5b851 (patch)
treeb7c7e164438d723be70544f18745a10fc58dc9d3 /schema/migrations
parentf0c5635c2f072448808f35990b7f8abd84b9607d (diff)
drop instagram stuff
Diffstat (limited to 'schema/migrations')
-rw-r--r--schema/migrations/0008.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/migrations/0008.sql b/schema/migrations/0008.sql
new file mode 100644
index 0000000..dcd9dd1
--- /dev/null
+++ b/schema/migrations/0008.sql
@@ -0,0 +1,2 @@
+ALTER TABLE users
+DROP COLUMN instagram_access_token;