diff --git a/moped-database/migrations/1732661952305_department_reorg/up.sql b/moped-database/migrations/1732661952305_department_reorg/up.sql index 55edb0c7b5..4ae3b9d1d9 100644 --- a/moped-database/migrations/1732661952305_department_reorg/up.sql +++ b/moped-database/migrations/1732661952305_department_reorg/up.sql @@ -80,7 +80,7 @@ ADD CONSTRAINT moped_entity_organization_id_fkey FOREIGN KEY ("organization_id") REFERENCES moped_organization ("organization_id"); ALTER TABLE moped_department -ADD CONSTRAINT moped_entity_organization_id_fkey FOREIGN KEY ("organization_id") +ADD CONSTRAINT moped_department_organization_id_fkey FOREIGN KEY ("organization_id") REFERENCES moped_organization ("organization_id"); -- Remove row with 0 for id and 'None' for name; we're not using it and null is more appropriate for entities and workgroups with no department diff --git a/moped-etl/README.md b/moped-etl/README.md index fdfdb4c908..d71ea0c683 100644 --- a/moped-etl/README.md +++ b/moped-etl/README.md @@ -1,3 +1,3 @@ # Moped ETLs -These ETLs are scheduled through our [Airflow](https://github.com/cityofaustin/atd-airflow) deployment. Each folder contains a containerized Python script and the Docker images are updated through Github Action workflows. +These ETLs are scheduled through our [Airflow](https://github.com/cityofaustin/atd-airflow) deployment. Each folder contains a containerized Python script and the Docker images are updated through GitHub Action workflows.