Removed timezone information from columns. Time will be stored in UTC coordinates.

Moved to Sqlalchemy 1.4 model and SessionFuture.

Upgraded to Angular 12

Upgraded the python dependencies
This commit is contained in:
2021-09-06 20:36:36 +05:30
parent 0bd6f8eb03
commit 350edf7126
129 changed files with 2720 additions and 3027 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd -P )
cd "$parent_path/overlord" || exit
npx prettier --write src/
npx prettier --write src/app
npx ng lint --fix
cd "$parent_path/brewman" || exit
isort brewman