mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
smaller refactorings continued
This commit is contained in:
10
src/entities/recent_note.js
Normal file
10
src/entities/recent_note.js
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
const Entity = require('./entity');
|
||||
|
||||
class RecentNote extends Entity {
|
||||
static get tableName() { return "recent_notes"; }
|
||||
static get primaryKeyName() { return "branchId"; }
|
||||
}
|
||||
|
||||
module.exports = RecentNote;
|
||||
Reference in New Issue
Block a user