From db3de8ce6f140cbbd26ac97eb87d9e5b3ea602bd Mon Sep 17 00:00:00 2001 From: Joe Dowd Date: Sat, 22 Aug 2020 03:21:10 +0100 Subject: [PATCH] changed copy/pasted comment --- databases/_upgrade_sponsorTimes_2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/_upgrade_sponsorTimes_2.sql b/databases/_upgrade_sponsorTimes_2.sql index 46c0fad..f6816bc 100644 --- a/databases/_upgrade_sponsorTimes_2.sql +++ b/databases/_upgrade_sponsorTimes_2.sql @@ -1,6 +1,6 @@ BEGIN TRANSACTION; -/* Add incorrectVotes field */ +/* Add new table: noSegments */ CREATE TABLE "noSegments" ( "videoID" TEXT NOT NULL, "userID" TEXT NOT NULL,