Skip to content

Commit 07caf0b

Browse files
committed
Fix migration name so it runs properly
1 parent 0d930b0 commit 07caf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20161021230205_religious_locationship.rb renamed to db/migrate/20161021230205_create_religious_locationships.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class CreateReligiousLocationship < ActiveRecord::Migration
1+
class CreateReligiousLocationships < ActiveRecord::Migration
22
def change
33
create_table :religious_locationships do |t|
44
t.integer :religion_id

0 commit comments

Comments
 (0)