Skip to content

Commit

Permalink
One more trick
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Aug 14, 2024
1 parent 05a2a95 commit eb4dd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SQL/paradise_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -710,4 +710,4 @@ CREATE TABLE `budget` (
# Updating DB from 53.220.5 to 53.220.6
# Adds species whitelist ~legendaxe

ALTER TABLE `player` ADD `species_whitelist` JSON COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '["human"]';
ALTER TABLE `player` ADD `species_whitelist` LONGTEXT COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ('["human"]');
2 changes: 1 addition & 1 deletion SQL/updates220/53.220.5-53.220.6.sql
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"]');

0 comments on commit eb4dd0b

Please sign in to comment.