add to migration

pull/225/head
Aevann 2024-02-29 01:57:53 +02:00
parent 72a8674d20
commit 3ecf2aa05f
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
alter table users add column offsite_mentions bool;
update users set offsite_mentions=true where id in (select user_id from badges where badge_id=140);