ninanomenon

Results 4 issues of ninanomenon

**Is your feature request related to a problem? Please describe.** Currently there are a lot of open issues that are either already answered or simply the ticket author does not...

The mysql migration that aerich generates for enums has a problem with defaults This state here causes an error: ```sql ALTER TABLE `station` ALTER COLUMN `connection` SET DEFAULT 'Connection.OFFLINE' ```...

I noticed that aerich handles enums strangely. Instead of creating them as ENUM field in the table, a VARCHAR(length of the longest field in the enum) is used and the...

enhancement

I would like to start my quart application with several workers, but this is not so easy in connection with aioprometheus, because each worker has its own state. In the...