X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c5176d87df0dbd25db6ff1fb2ab82ae17472145..045e3127cb48845c7d988d01488c055f02ae2ec3:/services/api/db/migrate/20140421151940_timestamps_not_null.rb?ds=sidebyside diff --git a/services/api/db/migrate/20140421151940_timestamps_not_null.rb b/services/api/db/migrate/20140421151940_timestamps_not_null.rb index e4ca19eb81..6fbd10f1a4 100644 --- a/services/api/db/migrate/20140421151940_timestamps_not_null.rb +++ b/services/api/db/migrate/20140421151940_timestamps_not_null.rb @@ -1,4 +1,8 @@ -class TimestampsNotNull < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class TimestampsNotNull < ActiveRecord::Migration[4.2] def up ActiveRecord::Base.connection.tables.each do |t| next if t == 'schema_migrations'