diff --git a/server/migrations/2020-02-07-231841_new_users/down.sql b/server/migrations/2020-02-07-231841_new_users/down.sql deleted file mode 100644 index 462e981..0000000 --- a/server/migrations/2020-02-07-231841_new_users/down.sql +++ /dev/null @@ -1,2 +0,0 @@ --- This file should undo anything in `up.sql` -DROP TABLE `new_users`; \ No newline at end of file diff --git a/server/migrations/2020-02-07-231841_new_users/up.sql b/server/migrations/2020-02-07-231841_new_users/up.sql deleted file mode 100644 index 18efca9..0000000 --- a/server/migrations/2020-02-07-231841_new_users/up.sql +++ /dev/null @@ -1,6 +0,0 @@ --- Used only for those that have been given an invite and are currently using that invite -CREATE TABLE IF NOT EXISTS `new_users` ( - `token` VARCHAR(255) NOT NULL, - `invite_id` bigint UNSIGNED NOT NULL, - PRIMARY KEY(`token`) -); \ No newline at end of file