- 12 Sep, 2022 1 commit
-
-
Kevin Morris authored
We want all python files related to the project to be checked, really. Some of which are still included, but migrations are a core part of FastAPI aurweb and should be included. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 06 Jun, 2021 2 commits
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Files got into the branch that violate both PEP-8 guidelines and isorts. This fixes them. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 05 Jun, 2021 1 commit
-
-
Kevin Morris authored
Some of the columns that were changed still want to be case insensitive. Good thing our tables have nice separation. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 18 May, 2021 1 commit
-
-
MySql defaults to `utf8` and case insensitive collation so migrate these to case sensitive and `utf8mb4` Closes #21 Signed-off-by:
Leonidas Spyropoulos <artafinde@gmail.com>
-