X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2c0b0226983d13084e77fe059efb85d5ce2c33f5..ae44eb7e4d96e44ca3dc0481cef7cef354a23292:/services/api/db/migrate/20170824202826_trashable_groups.rb?ds=sidebyside diff --git a/services/api/db/migrate/20170824202826_trashable_groups.rb b/services/api/db/migrate/20170824202826_trashable_groups.rb index 17fc31ff2d..81a4722652 100644 --- a/services/api/db/migrate/20170824202826_trashable_groups.rb +++ b/services/api/db/migrate/20170824202826_trashable_groups.rb @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 -class TrashableGroups < ActiveRecord::Migration +class TrashableGroups < ActiveRecord::Migration[4.2] def up add_column :groups, :trash_at, :datetime add_index(:groups, :trash_at)