mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 10:44:07 +00:00
12 lines
419 B
JSON
12 lines
419 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n INSERT INTO signal_identities(name, identity_key, timestamp)\n VALUES (?, ?, CAST(strftime('%s', 'now') AS INTEGER))\n ON CONFLICT(name) DO NOTHING\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6d2c616fc02e1fdc3686b34de0440936a9cb54e5921b5b17bfe17c021e12ca23"
|
|
}
|