[ARVADOS] updated: a63c26327c01ff188451365efd72d69d231653c0
git at public.curoverse.com
git at public.curoverse.com
Mon Dec 8 15:49:27 EST 2014
Summary of changes:
services/api/db/migrate/20141208185217_search_index.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a63c26327c01ff188451365efd72d69d231653c0 (commit)
from 8f9055ed305180509af7e2527a5bfee84d417a58 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a63c26327c01ff188451365efd72d69d231653c0
Author: Radhika Chippada <radhika at curoverse.com>
Date: Mon Dec 8 15:35:53 2014 -0500
4523: migration script update
diff --git a/services/api/db/migrate/20141208185217_search_index.rb b/services/api/db/migrate/20141208185217_search_index.rb
index 79dea39..d0f0260 100644
--- a/services/api/db/migrate/20141208185217_search_index.rb
+++ b/services/api/db/migrate/20141208185217_search_index.rb
@@ -22,7 +22,7 @@ class SearchIndex < ActiveRecord::Migration
end
def down
- tables_with_searchable_columns.each do |table, indices|
+ tables_with_searchable_columns.each do |table|
remove_index(table.to_sym, name: "#{table}_search_index")
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list