basic invites migrations ready
This commit is contained in:
parent
a1e6d6131d
commit
b0ab68c134
@ -0,0 +1 @@
|
||||
-- This file should undo anything in `up.sql`
|
@ -0,0 +1,6 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE invites(
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
uses INTEGER,
|
||||
expire INTEGER
|
||||
);
|
Loading…
Reference in New Issue
Block a user