OrangeGuidanceTomestone/server/migrations/17_add_emotes.sql

3 lines
61 B
SQL

alter table messages
add column emote text default null;