Skip to content

Commit 66a2955

Browse files
authored
Merge pull request #1918 from cityofaustin/v2.23.2-rc
v2.23.2
2 parents cd5a5a7 + f105e3e commit 66a2955

17 files changed

Lines changed: 882 additions & 107 deletions

File tree

database/metadata/databases/default/tables/public_atd_txdot_locations.yaml renamed to database/metadata/databases/default/tables/public_locations.yaml

Lines changed: 58 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
table:
2-
name: atd_txdot_locations
2+
name: locations
33
schema: public
44
object_relationships:
55
- name: locations_list_view
@@ -30,50 +30,95 @@ select_permissions:
3030
- role: editor
3131
permission:
3232
columns:
33+
- apd_sectors
34+
- area_eng_areas
35+
- council_districts
36+
- signal_eng_areas
37+
- street_levels
38+
- zip_codes
39+
- is_deleted
40+
- is_hin
41+
- is_intersection
42+
- is_service_road
43+
- is_signalized
3344
- location_id
3445
- street_level
35-
- last_update
3646
- latitude
3747
- longitude
38-
- scale_factor
3948
- council_district
40-
- is_intersection
49+
- signal_id
4150
- location_group
42-
- description
51+
- created_by
52+
- location_name
53+
- signal_status
54+
- signal_type
55+
- updated_by
56+
- created_at
57+
- updated_at
4358
- geometry
4459
filter: {}
4560
allow_aggregations: true
4661
comment: ""
4762
- role: readonly
4863
permission:
4964
columns:
65+
- apd_sectors
66+
- area_eng_areas
67+
- council_districts
68+
- signal_eng_areas
69+
- street_levels
70+
- zip_codes
71+
- is_deleted
72+
- is_hin
73+
- is_intersection
74+
- is_service_road
75+
- is_signalized
5076
- location_id
5177
- street_level
52-
- last_update
5378
- latitude
5479
- longitude
55-
- scale_factor
5680
- council_district
57-
- is_intersection
81+
- signal_id
5882
- location_group
59-
- description
83+
- created_by
84+
- location_name
85+
- signal_status
86+
- signal_type
87+
- updated_by
88+
- created_at
89+
- updated_at
6090
- geometry
6191
filter: {}
6292
allow_aggregations: true
6393
comment: ""
6494
- role: vz-admin
6595
permission:
6696
columns:
97+
- apd_sectors
98+
- area_eng_areas
99+
- council_districts
100+
- signal_eng_areas
101+
- street_levels
102+
- zip_codes
103+
- is_deleted
104+
- is_hin
105+
- is_intersection
106+
- is_service_road
107+
- is_signalized
67108
- location_id
68109
- street_level
69-
- last_update
70110
- latitude
71111
- longitude
72-
- scale_factor
73112
- council_district
74-
- is_intersection
113+
- signal_id
75114
- location_group
76-
- description
115+
- created_by
116+
- location_name
117+
- signal_status
118+
- signal_type
119+
- updated_by
120+
- created_at
121+
- updated_at
77122
- geometry
78123
filter: {}
79124
allow_aggregations: true

database/metadata/databases/default/tables/public_locations_list_view.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ select_permissions:
1212
- location_id
1313
- council_district
1414
- location_group
15-
- description
15+
- location_name
1616
filter: {}
1717
allow_aggregations: true
1818
comment: ""
@@ -26,7 +26,7 @@ select_permissions:
2626
- location_id
2727
- council_district
2828
- location_group
29-
- description
29+
- location_name
3030
filter: {}
3131
allow_aggregations: true
3232
comment: ""
@@ -40,7 +40,7 @@ select_permissions:
4040
- location_id
4141
- council_district
4242
- location_group
43-
- description
43+
- location_name
4444
filter: {}
4545
allow_aggregations: true
4646
comment: ""

database/metadata/databases/default/tables/tables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
- "!include public_afd__incidents.yaml"
5858
- "!include public_atd__recommendation_status_lkp.yaml"
5959
- "!include public_atd_apd_blueform.yaml"
60-
- "!include public_atd_txdot_locations.yaml"
60+
- "!include public_locations.yaml"
6161
- "!include public_change_log_crashes.yaml"
6262
- "!include public_change_log_crashes_cris.yaml"
6363
- "!include public_change_log_ems__incidents.yaml"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--
2+
-- get a DB backup to undo these changes
3+
--
4+
select 0;

0 commit comments

Comments
 (0)