forked from rDrama/rDrama
1
0
Fork 0
rDrama/migrations/20240524-fix-custom-filter-...

4 lines
212 B
SQL

alter table users alter column custom_filter_list drop default;
update users set custom_filter_list=null where custom_filter_list = '';
update users set custom_filter_list=null where custom_filter_list = 'None';