mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
added comment to db upgrade sql file
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
BEGIN TRANSACTION;
|
BEGIN TRANSACTION;
|
||||||
|
|
||||||
|
/* for testing the db upgrade, don't remove because it looks empty */
|
||||||
|
|
||||||
/* Add version to config */
|
/* Add version to config */
|
||||||
INSERT INTO config (key, value) VALUES("version", 1);
|
INSERT INTO config (key, value) VALUES("version", 1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user