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 7, 2024
1 parent 1a73215 commit d565827
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

class SoftwareRecordsChangeNotesType < ActiveRecord::Migration[6.1]
def change
change_column :software_records, :notes, :text
end
end

0 comments on commit d565827

Please sign in to comment.