Skip to content

Commit 2f4f8b3

Browse files
committed
Renamed migration properly
1 parent 8851887 commit 2f4f8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20150514124031_switch_team_membership_role_to_simple_string.rb renamed to db/migrate/20150514124031_switch_team_membership_role_to_simple_integer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class SwitchTeamMembershipRoleToSimpleString < ActiveRecord::Migration
1+
class SwitchTeamMembershipRoleToSimpleInteger < ActiveRecord::Migration
22
def change
33
add_column :team_memberships, :role, :integer
44

0 commit comments

Comments
 (0)