flaschengeist/flaschengeist
Ferdinand Thiessen 095159af71 feat(db): Add database migration support, implements #19
Migrations allow us to keep track of database changes and upgrading databases if needed.
2021-12-23 02:50:04 +01:00
..
cli fix(cli): InterfaceGenerator now works even without a namespace defined 2021-12-23 02:48:28 +01:00
controller fix(users): Fix import error inside `set_roles` 2021-12-22 00:37:52 +01:00
models fix(db): Fix Serial column type for SQLite 2021-12-22 00:36:41 +01:00
plugins feat(tests): Added first unit test for the user controller 2021-12-22 00:34:32 +01:00
utils docs(misc): Some more documentation fixes 2021-12-19 19:01:27 +01:00
__init__.py docs(misc): Some more documentation fixes 2021-12-19 19:01:27 +01:00
app.py feat(db): Add database migration support, implements #19 2021-12-23 02:50:04 +01:00
config.py fix(cli): Fix logging level not set on run 2021-12-18 03:03:41 +01:00
database.py feat(db): Add database migration support, implements #19 2021-12-23 02:50:04 +01:00
flaschengeist.toml feat(balance): Add option to allow active services to debit other users 2021-12-18 04:23:53 +01:00
logging.toml fix(logging): console logger should default to stderr 2021-12-18 01:50:03 +01:00