aboutsummaryrefslogtreecommitdiff
path: root/migrations/2019-03-08-073831_store-token/down.sql
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2019-03-08 16:57:27 -0500
committerNathan Perry <avaglir@gmail.com>2019-03-08 16:57:27 -0500
commit86025df1f6d814c98a14211ceb4da6cf6de915c7 (patch)
treec615b6634eea05498d772f68aec2d52fa3ca4f01 /migrations/2019-03-08-073831_store-token/down.sql
parent24a7cb3c8eb0517b69c145170765c891a82ccc76 (diff)
first pass with oauth
Diffstat (limited to 'migrations/2019-03-08-073831_store-token/down.sql')
-rw-r--r--migrations/2019-03-08-073831_store-token/down.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/2019-03-08-073831_store-token/down.sql b/migrations/2019-03-08-073831_store-token/down.sql
new file mode 100644
index 0000000..c2bacf0
--- /dev/null
+++ b/migrations/2019-03-08-073831_store-token/down.sql
@@ -0,0 +1,2 @@
+DROP INDEX oauth_token_exp_index;
+DROP TABLE google_oauth_tokens;