mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
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:
@@ -11,7 +11,7 @@ export const IMPL_LOCAL_STORAGE = 1;
|
|||||||
export const IMPL_INDEXED_DB = 2;
|
export const IMPL_INDEXED_DB = 2;
|
||||||
|
|
||||||
const INDEXED_DB_VERSION = 1;
|
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 INDEXED_DB_STORE_NAME = 'storage-v1';
|
||||||
|
|
||||||
const READ_ONLY = 'readonly';
|
const READ_ONLY = 'readonly';
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user