summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2012-03-14 19:49:21 -0700
committerRichard Jones <richard@mechanicalcat.net>2012-03-14 19:49:21 -0700
commitb1ef0d6fe9408536fc222d6d7e273c5ed6bd9eb9 (patch)
tree7795ccc9b6d99da45041a67b98afda3b808421b9 /tools
parente7aad630cf86f8e02e43de546b16e1461c7ed9c2 (diff)
downloaddecorator-b1ef0d6fe9408536fc222d6d7e273c5ed6bd9eb9.tar.gz
add missing sql-migrate from work on Monday
Diffstat (limited to 'tools')
-rw-r--r--tools/sql-migrate-20120312.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sql-migrate-20120312.sql b/tools/sql-migrate-20120312.sql
new file mode 100644
index 0000000..c0903dc
--- /dev/null
+++ b/tools/sql-migrate-20120312.sql
@@ -0,0 +1,2 @@
+alter table releases add description_from_readme BOOLEAN;
+