removed unused schema
This commit is contained in:
parent
50cd718e8a
commit
ae751a2d2b
@ -1,2 +0,0 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE `new_users`;
|
@ -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`)
|
||||
);
|
Loading…
Reference in New Issue
Block a user