JasperFx/weasel

Kill the old DdlTemplate functionality

jeremydmiller opened this issue · 1 comments

I think what we'll need to do do is have IFeatureSchema expose a template name. Then change the SQL generation through Migrator to make sure it goes through the current WritePermissions() method -- but change that method to reflect that it's really writing a single creation and/or update script.

I'm dubious that this adds value, and it's an opportunity to simplify things. Folks can always modify SQL by hand if they really want to.

Nope, we're gonna kill this instead:)