Starting real work on the IDAA BB (posts). Can at least view them and their comments now.
This commit is contained in:
@@ -617,7 +617,7 @@ export function db_save_ae_obj_li__post(
|
||||
updated_on: obj.updated_on,
|
||||
|
||||
// From SQL view
|
||||
// post_comment_count: obj.post_comment_count,
|
||||
post_comment_count: obj.post_comment_count,
|
||||
|
||||
// A key value list of the comments
|
||||
// post_comment_kv: obj.post_comment_kv,
|
||||
|
||||
@@ -102,14 +102,14 @@ export class MySubClassedDexie extends Dexie {
|
||||
title,
|
||||
full_name, email,
|
||||
archive, archive_on,
|
||||
enable, hide, priority, sort, group, notes, created_on, updated_on`,
|
||||
enable, hide, priority, sort, group, notes, created_on, updated_on, [updated_on+created_on], [created_on+updated_on]`,
|
||||
|
||||
comment: `
|
||||
id, post_comment_id,
|
||||
post_id,
|
||||
title,
|
||||
full_name, email,
|
||||
enable, hide, priority, sort, group, notes, created_on, updated_on`,
|
||||
enable, hide, priority, sort, group, notes, created_on, updated_on, [updated_on+created_on]`,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user