aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/hotfixes
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-01-21 22:25:10 +0100
committerShauren <shauren.trinity@gmail.com>2024-01-21 22:25:10 +0100
commita4a4d010a0e329d4dbd82c0be5feab1fc06c8834 (patch)
treef988bcef679ba35e903a53ab2277ade2a92b0640 /sql/updates/hotfixes
parent5cc1b97fc1430f07d8942ae9f87fd5ad9708db59 (diff)
Core: Updated to 10.2.5
Diffstat (limited to 'sql/updates/hotfixes')
-rw-r--r--sql/updates/hotfixes/master/2024_01_21_00_hotfixes.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2024_01_21_00_hotfixes.sql b/sql/updates/hotfixes/master/2024_01_21_00_hotfixes.sql
new file mode 100644
index 00000000000..e1e7b7eb0cd
--- /dev/null
+++ b/sql/updates/hotfixes/master/2024_01_21_00_hotfixes.sql
@@ -0,0 +1,2 @@
+ALTER TABLE `conditional_chr_model` MODIFY `ID` int UNSIGNED NOT NULL DEFAULT 0 FIRST;
+ALTER TABLE `conditional_chr_model` MODIFY `ChrModelID` int NOT NULL DEFAULT 0 AFTER `ID`;