GenVue
GenVue copied to clipboard
how to get initdata to work
The database is populated with initial data on the first run. You do need to use any other method to load it. Entitiy Framework creates database and load initial data on init.
I think I was just having issues w/ local memory on a mac which MS sql doesn't support on a non windows machine I think. So I did a pull request for sqlite support and changed the db type check to be a case switch statement #3