From 6b024d3adcbe2d9a5b8c8c61868b40f4c2e4caf7 Mon Sep 17 00:00:00 2001 From: Peter Wilmott
Date: Sat, 15 Aug 2015 15:54:56 +0100 Subject: Drop unused tested col --- web/db/migrations/019_remove_tested.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web/db/migrations/019_remove_tested.rb 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 -- cgit v1.2.3-65-gdbad