X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b91db14a4dced9d6ea124e86be3c796e6f2c8e8c..063eb858429a7472c888261d0512fd960e92b7ae:/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..4426befef1 100644 --- a/services/api/db/migrate/20140421151940_timestamps_not_null.rb +++ b/services/api/db/migrate/20140421151940_timestamps_not_null.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class TimestampsNotNull < ActiveRecord::Migration def up ActiveRecord::Base.connection.tables.each do |t|