From cbbf10c7f30dbf5e82e3cef71e3fc864aba5b851 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 19 Oct 2019 21:15:48 +0100 Subject: drop instagram stuff --- schema/migrations/0008.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schema/migrations/0008.sql (limited to 'schema/migrations') 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; -- cgit v1.2.3