Create the initial Stork database schema and the migrations tooling
We need initial version of the database which requires tables for storing users and passwords as well as the tables for sessions. There should be a way to create this database using the migrations tool.