mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-09 16:52:13 +01:00
8 lines
No EOL
181 B
SQL
8 lines
No EOL
181 B
SQL
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);
|
|
|
|
COMMIT; |