Merge pull request #13756 from silicons/tgui_db

gives citadel main its own tgui db id to avoid issues but this time i actually don't webedit so i can recompile tgui
This commit is contained in:
Lin
2020-12-20 17:12:12 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export const IMPL_LOCAL_STORAGE = 1;
export const IMPL_INDEXED_DB = 2;
const INDEXED_DB_VERSION = 1;
const INDEXED_DB_NAME = 'tgui';
const INDEXED_DB_NAME = 'tgui-citadel-main';
const INDEXED_DB_STORE_NAME = 'storage-v1';
const READ_ONLY = 'readonly';

File diff suppressed because one or more lines are too long