aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema_0012-add_gecode_column_to_problem.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema_0012-add_gecode_column_to_problem.sql')
-rw-r--r--db/schema_0012-add_gecode_column_to_problem.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/schema_0012-add_gecode_column_to_problem.sql b/db/schema_0012-add_gecode_column_to_problem.sql
new file mode 100644
index 000000000..730212ead
--- /dev/null
+++ b/db/schema_0012-add_gecode_column_to_problem.sql
@@ -0,0 +1,7 @@
+
+begin;
+
+ALTER table problem
+ ADD column geocode BYTEA;
+
+commit;