This is part of the Fake.Sql.SqlPackage module.
The type of action to execute.
Union Case | Description |
Deploy
Signature:
|
Generate and apply a synchronisation script between two databases.
|
Report(OutputPath)
Signature: string
|
Generate an XML report for the differences between two databases.
|
Script(OutputPath)
Signature: string
|
Generate a SQL script to sync two databases.
|