diff options
author | Peter Wilmott <p@p8952.info> | 2015-08-15 15:54:56 +0100 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2015-08-15 15:54:56 +0100 |
commit | 6b024d3adcbe2d9a5b8c8c61868b40f4c2e4caf7 (patch) | |
tree | 712f01c994cff9a89a8f1c20094973b8cd3f1546 | |
parent | Mark partial repoman failures as ok until CVS header issues are fixed (diff) | |
download | ruby-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.rb | 5 |
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 |