Table Type: System Configuration
Contains a record of every system stored procedure and the version, so that CX Vizz can ensure that system stored procedures are kept up to date, and can be updated when database migrations are performed.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| name | string | Primary Key | The name of the stored procedure. |
| version | int32 | Required | The version number as extracted from the stored procedure definition file. |
