-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1521 from cityofaustin/18739-new-agency-lookups
Add new agency lookup values for CRIS v28.0 releaes
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
atd-vzd/migrations/default/1724342253600_lookups_agency_cris_v28/down.sql
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,3 @@ | ||
delete from lookups.agency | ||
where | ||
id in (23794, 23673, 23816, 23682, 23845, 23854, 23897, 23773, 23846, 24043); |
12 changes: 12 additions & 0 deletions
12
atd-vzd/migrations/default/1724342253600_lookups_agency_cris_v28/up.sql
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,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'); |