Abandoned Commit
This commit is contained in:
Binary file not shown.
@@ -13,7 +13,7 @@ const initConnectionsTable = `CREATE TABLE IF NOT EXISTS Connections(
|
|||||||
userId VARCHAR(36) NOT NULL,
|
userId VARCHAR(36) NOT NULL,
|
||||||
type VARCHAR(36) NOT NULL,
|
type VARCHAR(36) NOT NULL,
|
||||||
service TEXT,
|
service TEXT,
|
||||||
tokens TEXT
|
tokens TEXT,
|
||||||
FOREIGN KEY(userId) REFERENCES Users(id)
|
FOREIGN KEY(userId) REFERENCES Users(id)
|
||||||
)`
|
)`
|
||||||
db.exec(initUsersTable), db.exec(initConnectionsTable)
|
db.exec(initUsersTable), db.exec(initConnectionsTable)
|
||||||
|
|||||||
Reference in New Issue
Block a user