* A Quick Intro
* In depth considerations on deployment:
* Add seed.sql and add statements there.
* *Important:* *.sql file should contain if/else to not duplicate entries.
IF NOT EXISTS (SELECT 1 from dbo.DbSchemaVersionInfo WHERE NameLowered='comp.app' Where Version > '0.0.1')
BEGIN
--Do something...
END