More work to prepare the new Archives, Posts, and Recovery Meetings
This commit is contained in:
@@ -117,7 +117,7 @@ export interface Archive_Content {
|
||||
export class MySubClassedDexie extends Dexie {
|
||||
// We just tell the typing system this is the case
|
||||
archive!: Table<Archive>;
|
||||
archive_content!: Table<Archive_Content>;
|
||||
content!: Table<Archive_Content>;
|
||||
|
||||
constructor() {
|
||||
super('ae_archives_db');
|
||||
@@ -129,7 +129,7 @@ export class MySubClassedDexie extends Dexie {
|
||||
name,
|
||||
original_datetime, original_timezone, original_location,
|
||||
enable, hide, priority, sort, group, notes, created_on, updated_on`,
|
||||
archive_content: `
|
||||
content: `
|
||||
id, archive_content_id,
|
||||
archive_id,
|
||||
archive_content_type,
|
||||
|
||||
Reference in New Issue
Block a user