We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baf23e commit 4c708b7Copy full SHA for 4c708b7
db/migrate/20220904020146_add_projects_map_rotation.rb
@@ -1,4 +1,4 @@
1
-class AddProjectsMapRotation < ActiveRecord::Migration[6.1]
+class AddProjectsMapRotation < ActiveRecord::Migration[5.2]
2
def self.up
3
add_column :projects, :map_rotation, :integer, default: 0
4
end
0 commit comments