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 ef90947 commit 182e4f2Copy full SHA for 182e4f2
db/migrate/20220904020146_add_projects_map_rotation.rb
@@ -0,0 +1,9 @@
1
+class AddProjectsMapRotation < ActiveRecord::Migration[6.1]
2
+ def self.up
3
+ add_column :projects, :map_rotation, :integer, default: 0
4
+ end
5
+
6
+ def self.down
7
+ remove_column :projects, :map_rotation
8
9
+end
0 commit comments