diff options
Diffstat (limited to 'schema/migrations')
-rw-r--r-- | schema/migrations/0008.sql | 2 |
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; |