From f8a69dbdb7bdc207b78c95ce47c267a726c830a5 Mon Sep 17 00:00:00 2001 From: hater Date: Mon, 20 Nov 2023 10:26:51 -0500 Subject: [PATCH] update sql --- .../updates/20231115 update tabs to add description.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/mod-Forge/sql/world/updates/20231115 update tabs to add description.sql b/modules/mod-Forge/sql/world/updates/20231115 update tabs to add description.sql index 2ad1416c353b2d..386cfdeefb84ad 100644 --- a/modules/mod-Forge/sql/world/updates/20231115 update tabs to add description.sql +++ b/modules/mod-Forge/sql/world/updates/20231115 update tabs to add description.sql @@ -1,2 +1,3 @@ -Alter table `acore_world`.`forge_talent_tabs` add `description` VARCHAR(255) after `background`; -Alter table `acore_world`.`forge_talent_tabs` add `role` tinyint(1) default 0 after `description`; \ No newline at end of file +Alter table `acore_world`.`forge_talent_tabs` add `description` VARCHAR(1000) after `background`; +Alter table `acore_world`.`forge_talent_tabs` add `role` tinyint(1) default 0 after `description`; +Alter table `acore_world`.`forge_talent_tabs` add `spellString` varchar(255) after `role`; \ No newline at end of file