Skip to content

Commit

Permalink
arf.80297 remove VerifiedRepresentatives first, last, MI
Browse files Browse the repository at this point in the history
See discussion:
#16493 (comment)
  • Loading branch information
gabezurita committed Apr 25, 2024
1 parent 3c2ed1c commit 2de044a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ class CreateAccreditedRepresentativePortalVerifiedRepresentatives < ActiveRecord
def change
create_table :accredited_representative_portal_verified_representatives do |t|
t.string :ogc_registration_number, null: false
t.string :first_name
t.string :last_name
t.string :middle_initial
t.string :email, null: false

t.timestamps
Expand Down
3 changes: 0 additions & 3 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2de044a

Please sign in to comment.