summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-09 15:46:20 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-09 15:46:20 +0000
commit9c45fc9e59c76e9976afafaaa09d154d2d24894b (patch)
tree61d37ca4fce0692f4f7ad95b2fadac775229c323 /util
parented35983a0f7850ee8381a9f6f3e58783913e559b (diff)
Added GTIN field to releases and fixed a very old bug with form validation (this fix may break existing forms, will need a lot of testing)
git-svn-id: svn://vndb.org/vndb@26 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'util')
-rw-r--r--util/updates/update_1.17.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/updates/update_1.17.sql b/util/updates/update_1.17.sql
new file mode 100644
index 00000000..6cf2a077
--- /dev/null
+++ b/util/updates/update_1.17.sql
@@ -0,0 +1,5 @@
+
+-- Add GTIN column
+ALTER TABLE releases_rev ADD COLUMN gtin bigint NOT NULL DEFAULT 0;
+
+