1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class ChangeCollectionExpiresAtToDatetime < ActiveRecord::Migration
7 change_column :collections, :expires_at, :datetime
11 change_column :collections, :expires_at, :date