3 lines
171 B
Bash
3 lines
171 B
Bash
|
#!/bin/bash
|
||
|
diesel --database-url "mysql://${MARIADB_USER}:${MARIADB_PASSWORD}@localhost/${MARIADB_DATABASE}" migration --migration-dir /app/tokenserver-db/migrations run
|