Merge branch '8784-dir-listings'
[arvados.git] / services / api / db / migrate / 20140818125735_add_not_null_constraint_to_group_name.rb
index 1b074705c370cd479fca9408f38364d3409a4a2b..13224205e6df8c904749a3cada55a5c410ba7613 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddNotNullConstraintToGroupName < ActiveRecord::Migration
   def change
     ActiveRecord::Base.connection.execute("update groups set name=uuid where name is null or name=''")