rDrama/migrations/20231013-rename-marsey-to-h...

3 lines
133 B
SQL

alter table users rename column marseyawarded to hieroglyphs;
update award_relationships set kind='hieroglyphs' where kind='marsey';