terra-view toplevel rebrand. Names changed all around
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* IndexedDB wrapper for offline data storage in SFM */
|
||||
/* IndexedDB wrapper for offline data storage in Terra-View */
|
||||
/* Handles unit data, status snapshots, and pending edit queue */
|
||||
|
||||
class OfflineDB {
|
||||
constructor() {
|
||||
this.dbName = 'sfm-offline-db';
|
||||
this.dbName = 'terra-view-offline-db';
|
||||
this.version = 1;
|
||||
this.db = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user