diff options
| author | ModoX <moardox@gmail.com> | 2025-01-02 12:39:35 +0100 |
|---|---|---|
| committer | ModoX <moardox@gmail.com> | 2025-01-02 12:39:35 +0100 |
| commit | 16450c5181356170cdb0116f50da324cb9c5b9a3 (patch) | |
| tree | c88fc2d3bb55ab3c55e7e106f0620810f39c456c /sql/updates | |
| parent | 887fcbc02b4ee81a95ec764f158b4809890556f4 (diff) | |
DB/GameObject: Allow longer names for gameobject_template
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2025_01_02_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_02_00_world.sql b/sql/updates/world/master/2025_01_02_00_world.sql new file mode 100644 index 00000000000..ca84ee91243 --- /dev/null +++ b/sql/updates/world/master/2025_01_02_00_world.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE `gameobject_template` MODIFY `name` varchar(200) NOT NULL; |
