- add a cd .. after ember build: the script moves to gui\ directory but
does not move back, despite the rest of the script expecting running
from the root directory.
- add multiple echo commands to help debug error
- fix robocopy wrong usage where glob patterns are specified on the
source path instead of a specific third argument
Ground work for installing and upgrading database schema based upon DB provider (MySQL, PostgresSQL, SQL Server, etc.)
Cleaned up legacy cruft, refactored, commented and made simpler for to support additional database providers.