Skip to content

Commit

Permalink
Changes notes field to text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Mar 11, 2024
1 parent 740e998 commit b54e430
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class ChangeNotesTypeInSoftwareRecord < ActiveRecord::Migration[6.0]
def change
change_column :software_records, :notes, :text
end
end

0 comments on commit b54e430

Please sign in to comment.