summaryrefslogtreecommitdiff
path: root/util/updates
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-04 10:09:01 +0100
committerYorhel <git@yorhel.nl>2009-01-04 10:09:01 +0100
commite954078d3e8d26724e07d3275dc789083421bd86 (patch)
tree7bd156d469f4d01c6f93fc7b6e13fba6ce38a90f /util/updates
parent0980838bd848cf5facfed799d7bc86989012a251 (diff)
Added patch flag to releases
TODO: update d3 and automatically convert all 'patch' media releases in the DB to use this flag.
Diffstat (limited to 'util/updates')
-rw-r--r--util/updates/update_2.2.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/updates/update_2.2.sql b/util/updates/update_2.2.sql
index 6052eac5..50ca7471 100644
--- a/util/updates/update_2.2.sql
+++ b/util/updates/update_2.2.sql
@@ -2,3 +2,6 @@
-- custom CSS
ALTER TABLE users ADD COLUMN customcss text NOT NULL DEFAULT '';
+-- patch flag
+ALTER TABLE releases_rev ADD COLUMN patch BOOLEAN NOT NULL DEFAULT FALSE;
+