More work to prepare the new Archives, Posts, and Recovery Meetings

This commit is contained in:
Scott Idem
2024-09-25 18:44:49 -04:00
parent 283850e917
commit 32ca117b11
15 changed files with 1272 additions and 164 deletions

View File

@@ -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,