sql: Reorder tables to reflect creation order

Order tables in a rough alphabetical order, with tables without foreign
keys first, followed by those with them later. This will make life
easier when we get to migrating to alembic.

Change-Id: I3b3cbc2dc827a05ec03edb2e7d60befa89524f1b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2022-01-12 17:12:56 +00:00
parent 3e2b01d5f6
commit f34b842d7b
1 changed files with 499 additions and 473 deletions