aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0015-add_send_method_used_column_to_problem.sql
blob: 0c6e0851d019becea7f888a64cb7385ec5075309 (plain)
1
2
3
4
5
6
begin;

ALTER table problem
    ADD column send_method_used text; 

commit;