GenVue icon indicating copy to clipboard operation
GenVue copied to clipboard

how to get initdata to work

Open lastlink opened this issue 5 years ago • 2 comments

lastlink avatar Sep 12 '18 01:09 lastlink

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.

herbat73 avatar Sep 16 '18 17:09 herbat73

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

lastlink avatar Sep 16 '18 20:09 lastlink