Update UpdateDatabase_unignorable.sql

Small SQL Fix
This commit is contained in:
duckietm 2025-02-26 21:48:02 +01:00 committed by GitHub
parent 3cafc02a02
commit 31fd5f2b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,2 @@
--New permission
ALTER TABLE `permissions` ADD COLUMN `acc_unignorable` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `acc_infinite_friends`;
ALTER TABLE `permissions` ADD COLUMN `acc_unignorable` ENUM('0','1') NOT NULL DEFAULT '0';