mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
converted all timestamps to string representation
This commit is contained in:
@@ -13,7 +13,7 @@ sql.dbReady.then(async () => {
|
||||
await sql.doInTransaction(async () => {
|
||||
await sql.insert("source_ids", {
|
||||
source_id: currentSourceId,
|
||||
date_created: utils.nowTimestamp()
|
||||
date_created: utils.nowDate()
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user