[ARVADOS] updated: 559fdf14486527af646dfab51f2c8b87af8e2eae
git at public.curoverse.com
git at public.curoverse.com
Thu Apr 23 13:01:45 EDT 2015
Summary of changes:
.../migrate/20150423145759_no_filenames_in_collection_search_index.rb | 2 ++
1 file changed, 2 insertions(+)
via 559fdf14486527af646dfab51f2c8b87af8e2eae (commit)
from 2b39eafad562600f7d7beb83f0f7f241a1c47bfc (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 559fdf14486527af646dfab51f2c8b87af8e2eae
Author: Radhika Chippada <radhika at curoverse.com>
Date: Thu Apr 23 13:01:15 2015 -0400
5796: add down migration
diff --git a/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb b/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb
index 7b52abd..e8423c1 100644
--- a/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb
+++ b/services/api/db/migrate/20150423145759_no_filenames_in_collection_search_index.rb
@@ -5,5 +5,7 @@ class NoFilenamesInCollectionSearchIndex < ActiveRecord::Migration
end
def down
+ remove_index :collections, :name => 'collections_search_index'
+ add_index :collections, ["owner_uuid", "modified_by_client_uuid", "modified_by_user_uuid", "portable_data_hash", "uuid", "name", "file_names"], name: 'collections_search_index'
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list