forked from 18F/identity-idp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LG-13233: add sponsor_id to in_person_enrollments model (18F#10759)
* feat: add sponsor_id to in_person_enrollments * changelog: Upcoming Features, In-person proofing, persist sponsor_id on in_person_enrollments * feat: add comment for new sponsor_id field
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
db/primary_migrate/20240604173515_add_sponsor_id_to_in_person_enrollment.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
class AddSponsorIdToInPersonEnrollment < ActiveRecord::Migration[7.1] | ||
def change | ||
add_column :in_person_enrollments, :sponsor_id, :string | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters