X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..c3647ea9542ced1dfc9239c845f4b118b6743df0:/services/api/db/migrate/20130326173804_create_commits.rb diff --git a/services/api/db/migrate/20130326173804_create_commits.rb b/services/api/db/migrate/20130326173804_create_commits.rb index f991070168..6e42828dc8 100644 --- a/services/api/db/migrate/20130326173804_create_commits.rb +++ b/services/api/db/migrate/20130326173804_create_commits.rb @@ -1,4 +1,8 @@ -class CreateCommits < ActiveRecord::Migration +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +class CreateCommits < ActiveRecord::Migration[4.2] def change create_table :commits do |t| t.string :repository_name