Skip to content

Commit 3ed3f72

Browse files
committed
Fix migration name nad regen schema
1 parent 0d8a8ef commit 3ed3f72

File tree

2 files changed

+91
-107
lines changed

2 files changed

+91
-107
lines changed

db/migrate/20201221152458_change_study_title_to_text.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class ChangeStudiesTitleToText < ActiveRecord::Migration[5.2]
1+
class ChangeStudyTitleToText < ActiveRecord::Migration[5.2]
22
def up
33
change_column :studies,:title,:text
44
end

0 commit comments

Comments
 (0)