[ARVADOS] created: c33633164a2f0fc67ace7941ae5db7b983062c8e
Git user
git at public.curoverse.com
Tue Mar 28 18:00:48 EDT 2017
at c33633164a2f0fc67ace7941ae5db7b983062c8e (commit)
commit c33633164a2f0fc67ace7941ae5db7b983062c8e
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Mar 28 17:58:58 2017 -0400
11361: Add pdh index to collections table.
diff --git a/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb b/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb
new file mode 100644
index 0000000..01ebad5
--- /dev/null
+++ b/services/api/db/migrate/20170328215436_add_portable_data_hash_index_to_collections.rb
@@ -0,0 +1,5 @@
+class AddPortableDataHashIndexToCollections < ActiveRecord::Migration
+ def change
+ add_index :collections, :portable_data_hash
+ end
+end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list