I have a Flask + SQLAlchemy app, with a User model. I want to enforce this business logic: that the first User created in the app should be an admi
User