Clean up of auth logic
This commit is contained in:
@@ -300,6 +300,9 @@ export class MySubClassedDexie extends Dexie {
|
||||
badges!: Table<Badge>;
|
||||
exhibits!: Table<Exhibit>;
|
||||
exhibit_tracking!: Table<Exhibit_tracking>;
|
||||
sessions!: Table<Session>;
|
||||
presentations!: Table<Presentation>;
|
||||
presenters!: Table<Presenter>;
|
||||
|
||||
constructor() {
|
||||
super('ae_events_db');
|
||||
|
||||
Reference in New Issue
Block a user