C# Class DbUp.Reboot.Engine.Preprocessors.StripSchemaPreprocessor

Used for database engines that do not support schema's, it will remove $schema$. from all scripts
Inheritance: IScriptPreprocessor
Show file Open project: chriswill/DbUpReboot

Public Methods

Method Description
Process ( string contents ) : string

Performs some preprocessing step on a script

Method Details

Process() public method

Performs some preprocessing step on a script
public Process ( string contents ) : string
contents string
return string