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 12, 2024
1 parent 07498ba commit 2f1bd5d
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 @@ -28,7 +28,7 @@ def up
start_date = pl.updated_at
program_level.update(start_date: start_date)
end
pl.paper_trail.previous_version
pl = pl.paper_trail.previous_version
end
end
CustomVariable.where(variable: "program_level").destroy_all
Expand Down

0 comments on commit 2f1bd5d

Please sign in to comment.