Skip to content

Commit

Permalink
Merge pull request #1521 from cityofaustin/18739-new-agency-lookups
Browse files Browse the repository at this point in the history
Add new agency lookup values for CRIS v28.0 releaes
  • Loading branch information
johnclary authored Aug 23, 2024
2 parents 799ac97 + 4adea88 commit 0dedb4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
delete from lookups.agency
where
id in (23794, 23673, 23816, 23682, 23845, 23854, 23897, 23773, 23846, 24043);
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

insert into lookups.agency (id, label, source) values
(23794, 'ANGELINA COLLEGE POLICE DEPARTMENT', 'cris'),
(23673, 'BURLINGTON NORTHERN SANTA FE RAILROAD COMPANY POLICE DEPARTMENT', 'cris'),
(23816, 'COLEMAN COUNTY SHERIFF’S OFFICE', 'cris'),
(23682, 'COMAL COUNTY CONSTABLE’S OFFICE PCT 4', 'cris'),
(23845, 'COPPER CANYON POLICE DEPARTMENT', 'cris'),
(23854, 'JEFFERSON COUNTY SHERIFF’S OFFICE', 'cris'),
(23897, 'SWISHER COUNTY SHERIFF’S OFFICE', 'cris'),
(23773, 'TRAVIS COUNTY - AUSTIN EMS', 'cris'),
(23846, 'WILSON COUNTY CONSTABLE OFFICE PRECINCT 3', 'cris'),
(24043, 'AUSTIN COMMUNITY COLLEGE DISTRICT POLICE DEPARTMENT', 'cris');

0 comments on commit 0dedb4b

Please sign in to comment.