Skip to content

Commit

Permalink
Migration with correct pg_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasdrga committed Jul 9, 2024
1 parent b3fd69f commit af5935f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AllowNullForTypInvesticieInMetaisProjectVersions < ActiveRecord::Migration[6.0]
def change
change_column_null 'metais.project_versions', :typ_investicie, null: true
change_column_null 'metais.project_versions', :typ_investicie, true
end
end

0 comments on commit af5935f

Please sign in to comment.