removed old migratiions from unsed internal library
This commit is contained in:
parent
d2c45761dd
commit
b52de76a66
@ -1 +0,0 @@
|
|||||||
drop table users;
|
|
@ -1,6 +0,0 @@
|
|||||||
CREATE TABLE users (
|
|
||||||
id INTEGER PRIMARY KEY,
|
|
||||||
strid VARCHAR(256),
|
|
||||||
display VARCHAR(256),
|
|
||||||
native BOOLEAN
|
|
||||||
);
|
|
@ -1,2 +0,0 @@
|
|||||||
-- This file should undo anything in `up.sql`
|
|
||||||
drop table channels;
|
|
@ -1,5 +0,0 @@
|
|||||||
CREATE TABLE channels (
|
|
||||||
id INTEGER PRIMARY KEY,
|
|
||||||
name VARCHAR(128) NOT NULL,
|
|
||||||
ctype INTEGER NOT NULL
|
|
||||||
);
|
|
@ -1,2 +0,0 @@
|
|||||||
-- This file should undo anything in `up.sql`
|
|
||||||
drop table invites;
|
|
@ -1,6 +0,0 @@
|
|||||||
-- 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