rDrama/migrations/20230624-add-ping_costsql.sql

3 lines
91 B
SQL

alter table comments add column ping_cost int;
alter table posts add column ping_cost int;