Added controls of quizz on watch page
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
};
|
||||
|
||||
misael-launcher = pkgs.writeShellScriptBin "misael" ''
|
||||
set -e
|
||||
echo "Checking Database Migration"
|
||||
${pkgs.flyway}/bin/flyway "-url=$MISAEL_DATABASE" -user=misael "-password=$MISAEL_PASSWORD" -locations="filesystem:${misael}/resources/main/db/migration/" -schemas=misael migrate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user