Merge branch '15964-fix-docs' refs #15964
[arvados.git] / services / api / db / migrate / 20200602141328_fix_roles_projects.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 require 'fix_roles_projects'
6
7 class FixRolesProjects < ActiveRecord::Migration[5.0]
8   def up
9     # defined in a function for easy testing.
10     fix_roles_projects
11   end
12
13   def down
14     # This migration is not reversible.  However, the results are
15     # backwards compatible.
16   end
17 end