rDrama/migrations/20231004-change-wholesome-a...

3 lines
154 B
SQL

alter table award_relationships add column note varchar(200);
update award_relationships set kind='emoji', note='marseywholesome' where kind='wholesome';