rDrama/migrations/20240214-add-btn-to-change-...

3 lines
132 B
MySQL
Raw Normal View History

2024-02-14 12:49:29 +00:00
update modactions set kind='change_hole' where kind='move_hole';
update hole_actions set kind='change_hole' where kind='move_hole';