Skip to content

Commit

Permalink
ISSUE #448: Fix CreateProgramLevel migration
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMonardez committed Dec 11, 2024
1 parent 9b67482 commit a6703f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20240527174758_create_program_level.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def up
pl = pl.paper_trail.previous_version
while pl.present?
if pl.value != level
end_date = start_date
end_date = program_level.start_date
start_date = pl.updated_at
level = pl.value
program_level = ProgramLevel.create(
Expand Down

0 comments on commit a6703f9

Please sign in to comment.