mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
migration script to camel case
This commit is contained in:
@@ -4,7 +4,7 @@ const sql = require('./sql');
|
||||
|
||||
async function saveSourceId(sourceId) {
|
||||
await sql.doInTransaction(async () => {
|
||||
await sql.insert("sourceIds", {
|
||||
await sql.insert("source_ids", {
|
||||
sourceId: sourceId,
|
||||
dateCreated: utils.nowDate()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user