Skip to content

Commit

Permalink
fix: Add migration file to remove agent_id null constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
aminedhobb committed Jan 20, 2025
1 parent 3b65d33 commit b752687
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 ChangeAgentIdNullConstraintOnParcoursDocuments < ActiveRecord::Migration[7.1]
def change
change_column_null :parcours_documents, :agent_id, true
end
end

0 comments on commit b752687

Please sign in to comment.