diff options
author | Struan Donald <struan@exo.org.uk> | 2011-11-30 10:33:38 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-11-30 10:33:38 +0000 |
commit | 9bbfba9902640172ca9f6fedd762d6e9e5be8a22 (patch) | |
tree | e536a465187d9514b86c982e4b50afdbb28d2cca /db/schema_0012-add_gecode_column_to_problem.sql | |
parent | 766d957ecfb95cb867b15282299c8c831126665d (diff) |
renumber geocode adding db script in preperation for merge to master
Diffstat (limited to 'db/schema_0012-add_gecode_column_to_problem.sql')
-rw-r--r-- | db/schema_0012-add_gecode_column_to_problem.sql | 7 |
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; |