forked from MarseyWorld/MarseyWorld
3 lines
133 B
MySQL
3 lines
133 B
MySQL
|
alter table users rename column marseyawarded to hieroglyphs;
|
||
|
update award_relationships set kind='hieroglyphs' where kind='marsey';
|