forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Что этот PR делает Перемещает все модификации схемы в конец скрипта и добавляет недостающие, но уже примененные. Думаю, не содержит действительных изменений. Актуальную БД модифицировать не придется. ## Почему это хорошо для игры Меньше конфликтов. ## Тестирование Все таблицы и столбцы оказались в наличии в тестовой БД. ## Changelog Не понадобился
- Loading branch information
1 parent
5f46e1e
commit 8de9e07
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Updating DB from 53.220.5 to 53.220.6 | ||
# Adds species whitelist ~legendaxe | ||
|
||
ALTER TABLE `player` ADD `species_whitelist` LONGTEXT COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '["human"]'; | ||
ALTER TABLE `player` ADD `species_whitelist` LONGTEXT COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ('["human"]'); |