Projektsetup: Intellj ->Play Framework -> H2 inMem DB
I'm trying to get my DB up and running. I'm so for that i can click the "Apply this Script now" Button.
After clicking the Apllication starts normally. But when I look into the default DB and the public schema there is nothing there.
I'm opening the DB with the integrated DB Tool from Intellj.
The project is on GitHub (I can also post the importent Files if that is better)
When i run the script directly from Console it works as expected.
How and Where can I check if the Script is executed and where is it executed?