We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a181d52 commit 4ad5534Copy full SHA for 4ad5534
databases/_upgrade_sponsorTimes_6.sql
@@ -1,6 +1,6 @@
1
BEGIN TRANSACTION;
2
3
-/* Add new voting field */
+/* Add 'locked' field */
4
CREATE TABLE "sqlb_temp_table_6" (
5
"videoID" TEXT NOT NULL,
6
"startTime" REAL NOT NULL,
databases/_upgrade_sponsorTimes_8.sql
-/* Add Service field */
+/* Add 'videoDuration' field */
CREATE TABLE "sqlb_temp_table_8" (
databases/_upgrade_sponsorTimes_9.sql
+/* Change 'videoDuration' field from INTEGER to REAL */
CREATE TABLE "sqlb_temp_table_9" (
0 commit comments