rDrama/migrations/20230804-rename-2-modaction...

3 lines
138 B
MySQL
Raw Normal View History

2023-08-03 21:07:57 +00:00
update modactions set kind='mute_user' where kind='mod_mute_user';
update modactions set kind='unmute_user' where kind='mod_unmute_user';