Skip to content

Commit

Permalink
index poa_code
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenhinkle authored and jvcAdHoc committed Apr 15, 2024
1 parent 7719959 commit bc963fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20240411153910_create_accredited_individuals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def change
create_table :accredited_individuals, id: :uuid do |t|
t.uuid :ogc_id, null: false
t.string :registration_number, null: false
t.string :poa_code, limit: 3
t.string :poa_code, limit: 3, index: true
t.string :individual_type, null: false
t.string :first_name
t.string :middle_initial
Expand Down
1 change: 1 addition & 0 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 bc963fb

Please sign in to comment.