Resync
This commit is contained in:
@@ -56,7 +56,8 @@ function initializeDatabase() {
|
||||
`);
|
||||
|
||||
// Monster catches view - derived from actual step data
|
||||
// Drop the old table if it exists and recreate as a view
|
||||
// Drop the old table/view if it exists and recreate as a view
|
||||
db.run(`DROP VIEW IF EXISTS monster_catches`);
|
||||
db.run(`DROP TABLE IF EXISTS monster_catches`);
|
||||
db.run(`
|
||||
CREATE VIEW IF NOT EXISTS monster_catches AS
|
||||
|
||||
Reference in New Issue
Block a user