SQL for sign marking implemention
This commit is contained in:
parent
1ea4536d05
commit
20795c5a6b
1 changed files with 1 additions and 0 deletions
1
DB/updates/signs_implemented_11_2023.sql
Normal file
1
DB/updates/signs_implemented_11_2023.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `spawn_signs` ADD COLUMN `char_id` INT UNSIGNED NULL DEFAULT '0' AFTER `language`, ADD COLUMN `char_name` VARCHAR(50) NULL DEFAULT NULL AFTER `char_id`;
|
Loading…
Reference in a new issue