refactor: rename database from mikrotik to tod in backend code

This commit is contained in:
Jason Staack
2026-03-14 10:57:20 -05:00
parent b2ea6f0d76
commit 9b060c5fdf
4 changed files with 8 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ version_path_separator = space # No separator in paths.
# are written from script.mako
# output_encoding = utf-8
sqlalchemy.url = postgresql+asyncpg://postgres:postgres@localhost:5432/mikrotik
sqlalchemy.url = postgresql+asyncpg://postgres:postgres@localhost:5432/tod
[post_write_hooks]