Merge branch '15522-arvmount-ops-encoding'
[arvados.git] / services / api / db / migrate / 20130610202538_create_repositories.rb
index 27a962d35f5d43ea229c1fb535f0a429f4f5dc02..3f6df0527f57118480af16d51aae3abdd34d5a88 100644 (file)
@@ -1,4 +1,8 @@
-class CreateRepositories < ActiveRecord::Migration
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+class CreateRepositories < ActiveRecord::Migration[4.2]
   def change
     create_table :repositories do |t|
       t.string :uuid, :null => false