mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
added comment to db upgrade sql file
This commit is contained in:
parent
2067599843
commit
9c9c2a23cc
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
BEGIN TRANSACTION;
|
||||
|
||||
/* for testing the db upgrade, don't remove because it looks empty */
|
||||
|
||||
/* Add version to config */
|
||||
INSERT INTO config (key, value) VALUES("version", 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue