aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2015-08-15 15:54:56 +0100
committerPeter Wilmott <p@p8952.info>2015-08-15 15:54:56 +0100
commit6b024d3adcbe2d9a5b8c8c61868b40f4c2e4caf7 (patch)
tree712f01c994cff9a89a8f1c20094973b8cd3f1546
parentMark partial repoman failures as ok until CVS header issues are fixed (diff)
downloadruby-tinderbox-6b024d3adcbe2d9a5b8c8c61868b40f4c2e4caf7.tar.gz
ruby-tinderbox-6b024d3adcbe2d9a5b8c8c61868b40f4c2e4caf7.tar.bz2
ruby-tinderbox-6b024d3adcbe2d9a5b8c8c61868b40f4c2e4caf7.zip
Drop unused tested col
-rw-r--r--web/db/migrations/019_remove_tested.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/db/migrations/019_remove_tested.rb b/web/db/migrations/019_remove_tested.rb
new file mode 100644
index 0000000..ae6de19
--- /dev/null
+++ b/web/db/migrations/019_remove_tested.rb
@@ -0,0 +1,5 @@
+Sequel.migration do
+ change do
+ drop_column :packages, :tested
+ end
+end