mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 21:47:02 +03:00
6 lines
110 B
SQL
6 lines
110 B
SQL
BEGIN TRANSACTION;
|
|
|
|
/* Add version to config */
|
|
INSERT INTO config (key, value) VALUES("version", 1);
|
|
|
|
COMMIT; |