change(fastapi): refactor database ORM model definitions
We don't want to depend on the database to load up data
about the models we define. We now leverage the existing
aurweb.schema
module for table definitions and set
table_args["autoload"] to False.
Signed-off-by: Kevin Morris kevr@0cost.org