aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-01-01 19:36:46 +0100
committerShauren <shauren.trinity@gmail.com>2022-01-01 19:36:46 +0100
commitf4c6e87267a9bdd20fc9ce32ad6afdc438a01353 (patch)
tree1671b8052801709ac0bf1b82eddc270ce75cde56 /sql/updates
parent8a779268b601db28005a8348f3c21255718d4526 (diff)
DB: Sync structure of a shared auth table between branches
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/3.3.5/2022_01_01_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/3.3.5/2022_01_01_00_auth.sql b/sql/updates/auth/3.3.5/2022_01_01_00_auth.sql
new file mode 100644
index 00000000000..cea9e9580b9
--- /dev/null
+++ b/sql/updates/auth/3.3.5/2022_01_01_00_auth.sql
@@ -0,0 +1 @@
+ALTER TABLE `logs_ip_actions` MODIFY `character_guid` bigint unsigned NOT NULL COMMENT 'Character Guid';