Execute Database Change Scripts
- 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
Execute Database Change Scripts
- Updated on 14 May 2021
- 1 Minute to read
-
Print
-
DarkLight
-
PDF
This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.
Execute Database Change Scripts
Executes change scripts associated with the current release and any change scripts from prior releases that have not been run against the database to date.
Script usage:
Execute-ChangeScripts( Connection: <text>, [InitializeDatabase: <true/false>] );
This operation may be prefixed with Core::
, although this is a built-in namespace and isn't really necessary.
Arguments:
Name | Format | Script Usage | Usage Notes |
---|---|---|---|
☆ Database connection | text | Connection | This argument is required. |
Initialize database | true/false | InitializeDatabase |
Note: When initialize database is true, the database will be initialized (i.e. a metadata table will be created too track change scripts) if it is required.
Was this article helpful?