OrangeGuidanceTomestone/server/migrations/18_add_shadowbans.sql

3 lines
78 B
MySQL
Raw Normal View History

2024-07-26 20:16:29 +00:00
alter table users
add column shadowbanned boolean not null default false;