From f30a8abfc567c85f6536c44b6fcd5ad7d3336c0c Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 17 May 2020 16:05:01 -0700 Subject: [PATCH] Removed old irrelevant comment --- server/migrations/2020-03-11-005217_channels/up.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/server/migrations/2020-03-11-005217_channels/up.sql b/server/migrations/2020-03-11-005217_channels/up.sql index 196f733..b7e4058 100644 --- a/server/migrations/2020-03-11-005217_channels/up.sql +++ b/server/migrations/2020-03-11-005217_channels/up.sql @@ -1,4 +1,3 @@ --- i32, String, i32 CREATE TABLE IF NOT EXISTS `channels` ( `id` INTEGER NOT NULL auto_increment, `name` VARCHAR(255) NOT NULL,