rDrama/files/classes/cron
justcool393 e040ed6708 Upgrade to SQLAlchemy 2.0
This has exposed an interesting amount of bugs and stopped throwing type errors every 5 seconds

It's worth noting that not all models are fully typed, that is, we
have `Mapped[Any]` in some places where a narrower type would be nice.

Upgrading to SQLA2 we don't *need* this, but it is helpful and
makes error checking reliable.
2023-08-09 02:27:55 -05:00
..
pycallable.py Upgrade to SQLAlchemy 2.0 2023-08-09 02:27:55 -05:00
submission.py Upgrade to SQLAlchemy 2.0 2023-08-09 02:27:55 -05:00
tasks.py Upgrade to SQLAlchemy 2.0 2023-08-09 02:27:55 -05:00