mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-15 05:44:13 +02: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; |