diff options
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; |