More work to prepare the new Archives, Posts, and Recovery Meetings
This commit is contained in:
@@ -89,7 +89,7 @@ export interface Post_Comment {
|
||||
export class MySubClassedDexie extends Dexie {
|
||||
// We just tell the typing system this is the case
|
||||
post!: Table<Post>;
|
||||
post_comment!: Table<Post_Comment>;
|
||||
comment!: Table<Post_Comment>;
|
||||
|
||||
constructor() {
|
||||
super('ae_posts_db');
|
||||
@@ -102,7 +102,8 @@ export class MySubClassedDexie extends Dexie {
|
||||
full_name, email,
|
||||
archive, archive_on,
|
||||
enable, hide, priority, sort, group, notes, created_on, updated_on`,
|
||||
post_comment: `
|
||||
|
||||
comment: `
|
||||
id, post_comment_id,
|
||||
post_id,
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user