Trying to wrap up for the day.
This commit is contained in:
@@ -296,6 +296,7 @@ export interface Presenter {
|
||||
export class MySubClassedDexie extends Dexie {
|
||||
// 'badges' is added by dexie when declaring the stores()
|
||||
// We just tell the typing system this is the case
|
||||
events!: Table<Event>;
|
||||
badges!: Table<Badge>;
|
||||
exhibits!: Table<Exhibit>;
|
||||
exhibit_tracking!: Table<Exhibit_tracking>;
|
||||
@@ -304,7 +305,8 @@ export class MySubClassedDexie extends Dexie {
|
||||
super('ae_events_db');
|
||||
this.version(1).stores({
|
||||
events: `
|
||||
id_random, code, account_id_random,
|
||||
id_random, event_id_random,
|
||||
code, account_id_random,
|
||||
conference, type,
|
||||
name, summary, description,
|
||||
start_datetime, end_datetime,
|
||||
|
||||
Reference in New Issue
Block a user