Skip to content

Commit

Permalink
Merge pull request #1104 from cityofaustin/13267-smo-entity
Browse files Browse the repository at this point in the history
Adds Smart Mobility as an entity
  • Loading branch information
johnclary authored Aug 17, 2023
2 parents 42a6e6a + 2ef1b29 commit da0017f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE FROM moped_entity WHERE entity_name = 'COA ATD Smart Mobility Office';
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
INSERT INTO moped_entity (entity_name, workgroup_id, organization_id, department_id)
values('COA ATD Smart Mobility Office', 18, 1, 1);
2 changes: 1 addition & 1 deletion moped-editor/src/queries/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const SUMMARY_QUERY = gql`
phase_name
phase_order
}
moped_entity(order_by: { entity_id: asc }) {
moped_entity(order_by: { entity_name: asc }) {
entity_id
entity_name
}
Expand Down

0 comments on commit da0017f

Please sign in to comment.