Skip to content

Commit

Permalink
Merge branch 'master' into v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnclary committed Aug 23, 2024
2 parents aec3fc8 + 0dedb4b commit 5e35415
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 5e35415

Please sign in to comment.