ConfigStatusPending
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each database modification that requires a reinitialization of the system.
Important: Do not edit this table.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) ID |
bigint NOT NULL |
The unique identifier for the database modification. |
|
Type |
tinyint NOT NULL |
Used to indicate the type of object to which the modifications apply. 0 = IDAS; 1 = IOServer; 2 = Topic; 3 = Tag; 4 = StorageLocation; 5 = SnapshotDetail; 6 = NamedSystemParameter; 7 = EngineeringUnit. |
|
ObjectKey |
bigint NOT NULL |
The unique identifier of the modified object. If the modified object is a system parameter, the value will be 0. For all other object types, the value is from one of the following tables and columns: IODriver.IODriverKey; IOServer.IOServerKey; Topic.TopicKey; Tag.wwTagKey; StorageLocation.StorageType; SnapshotDetail.StorageSize. |
|
Status |
tinyint NULL |
Used to indicate the type of modification. 1 = Insert; 2 = Update; 3 = Delete; 6 = The tag's source has changed (that is, if the value of the IOServerKey or TopicKey column in the Tag table has changed). |