From c9ce8618cda7402555d267139341b59edeb62223 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 8 Dec 2019 23:34:37 -0800 Subject: [PATCH] new tables included with passing build --- server/src/db_io/migrations/2019-12-09-052212_channels/up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/db_io/migrations/2019-12-09-052212_channels/up.sql b/server/src/db_io/migrations/2019-12-09-052212_channels/up.sql index d7ef5f8..119638e 100644 --- a/server/src/db_io/migrations/2019-12-09-052212_channels/up.sql +++ b/server/src/db_io/migrations/2019-12-09-052212_channels/up.sql @@ -1,5 +1,5 @@ CREATE TABLE channels ( id INTEGER PRIMARY KEY, name VARCHAR(128) NOT NULL, - type INTEGER NOT NULL, + ctype INTEGER NOT NULL );