awx/awx/network_ui/docs/README.md
Ben Thomasson 38eb2691a8
Updates models based on PR feedback from matburt et al.
* Moves topology_data to views
* Changes id to cid
* Changes pk to id
* Changes host_id and inventory_id to ForeignKeys
* Resets migrations for network_ui
* Cleans up old files
2018-03-23 17:00:29 -04:00

9 lines
281 B
Markdown

The design files in this directory are used in the database schema designer tool.
* [models.png](models.png) - An image of the database schema design for network UI.
* [models.yml](models.yml) - Provides the main schema design for the network UI project.
![Models](models.png)