From dbaea0effa2812d7abe05ad8ff62ec95c7ca6d4c Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 19 Oct 2019 22:13:12 +0100 Subject: remove facebook access token column --- schema/migrations/0010.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schema/migrations/0010.sql (limited to 'schema/migrations') diff --git a/schema/migrations/0010.sql b/schema/migrations/0010.sql new file mode 100644 index 0000000..5bf0f43 --- /dev/null +++ b/schema/migrations/0010.sql @@ -0,0 +1,2 @@ +ALTER TABLE users +DROP COLUMN facebook_access_token; -- cgit v1.2.3