reflex
reflex copied to clipboard
Consult migrations status in db cli
We need to add a reflex db status command to consult the current state of the migrations:
(see applied migrations, and created but not applied migrations)
@Lendemor The requirement is similar to Django's, manage.py showmigrations. Right ?