Skip to content

Commit

Permalink
Allowed null for column typ_investicie for table metais.project_versi…
Browse files Browse the repository at this point in the history
…ons, because there are projects without this attribute
  • Loading branch information
tomasdrga committed Jul 9, 2024
1 parent 6211dfc commit d561c0c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AllowNullForTypInvesticieInMetaisProjectVersions < ActiveRecord::Migration[6.0]
def change
change_column_null 'metais.project_versions', :typ_investicie, true
end
end

0 comments on commit d561c0c

Please sign in to comment.