Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -252,3 +252,10 @@ alembic upgrade head
````
Instead of `head`, a specific migration ID can also be passed to the upgrade command.
# MariaDB Manual Operations
````
docker exec -it 19sq-mariadb mariadb -u root -p
USE db;
````