Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20140421151940_timestamps_not_null.rb
index e4ca19eb81f1a300f9f5ec6c39dc3d2fa25ab8c4..6fbd10f1a4756d53cc03bc81ea1bf06e6d5b4982 100644 (file)
@@ -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'