Skip to content

Commit

Permalink
Try trick sql validation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Aug 14, 2024
1 parent 63d6c56 commit 05a2a95
Showing 1 changed file with 1 addition and 1 deletion.
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` LONGTEXT COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '["human"]';
ALTER TABLE `player` ADD `species_whitelist` JSON COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '["human"]';

0 comments on commit 05a2a95

Please sign in to comment.