aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0012-add_gecode_column_to_problem.sql
blob: 730212eadc5f69037f405ba545208e96b8332070 (plain)
1
2
3
4
5
6
7
begin;

ALTER table problem
    ADD column geocode BYTEA;

commit;