rDrama/migrations/20240229-add-ability-to-tog...

3 lines
152 B
MySQL
Raw Normal View History

2024-02-28 23:53:52 +00:00
alter table users add column offsite_mentions bool;
2024-02-28 23:57:53 +00:00
update users set offsite_mentions=true where id in (select user_id from badges where badge_id=140);