Skip to content

Commit 4c708b7

Browse files
committed
Fixes CI migration version issue
Signed-off-by: Daniel Kastl <[email protected]>
1 parent 2baf23e commit 4c708b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20220904020146_add_projects_map_rotation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class AddProjectsMapRotation < ActiveRecord::Migration[6.1]
1+
class AddProjectsMapRotation < ActiveRecord::Migration[5.2]
22
def self.up
33
add_column :projects, :map_rotation, :integer, default: 0
44
end

0 commit comments

Comments
 (0)