fix(steam_workshop): address code review feedback
- WorkshopInstaller: rename cachePath/installPath params to sourcePath/targetPath in checkNeedsSync; replace account_placeholder with TODO comment explaining feature is pending - WorkshopRepository: remove duplicate docblock on insertOrUpdateMod - module.php: improve install_queries version comments - user_workshop_mods.php: rename $scriptPath to $requestPath - profile_form.php: add symlink limitation note to copy method dropdown - lang/en_US.php: update steamcmd login mode hint to reflect account mode status" Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/e7f0d80d-f775-4794-adbd-cf48b55bc9c1 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
69f415ad86
commit
df4f1d1bdc
6 changed files with 20 additions and 16 deletions
|
|
@ -29,8 +29,11 @@ $module_required = TRUE;
|
|||
$module_menus = array();
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// $install_queries[0] – run during FRESH install (all keys executed).
|
||||
// $install_queries[2] – run when upgrading an existing v1 install to v2.
|
||||
// $install_queries[0] – executed for FRESH installs (all keys run).
|
||||
// Contains the full v2 schema with every column.
|
||||
// $install_queries[2] – executed when upgrading an existing v1 install
|
||||
// to v2 (ALTER TABLE + new settings table).
|
||||
// $db_version = 2 (v1 = original release; v2 = this rewrite).
|
||||
// -----------------------------------------------------------------------
|
||||
$install_queries = array();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue