diff options
author | Aaron Parecki <aaron@parecki.com> | 2019-10-19 22:13:12 +0100 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2019-10-19 22:13:12 +0100 |
commit | dbaea0effa2812d7abe05ad8ff62ec95c7ca6d4c (patch) | |
tree | bec624d405e145e36d7a3ca08bee64ecc2d79a02 /schema/migrations | |
parent | 6fc7d060cb417e46b74e747aaf88a2c735ca84ec (diff) |
remove facebook access token column
Diffstat (limited to 'schema/migrations')
-rw-r--r-- | schema/migrations/0010.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |