mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 10:04:07 +00:00
12 lines
385 B
JSON
12 lines
385 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO app_metadata(key, value)\n VALUES('legacy_schema_version', ?)\n ON CONFLICT(key) DO UPDATE SET value = excluded.value\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "82d093614f398c7aac81e4081858e278854f560b6b184e02ea9eddad4d8d4a51"
|
|
}
|