diff options
| author | Roy Ben-Shabat <Roy.mail.net@gmail.com> | 2022-09-12 10:51:06 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy.mail.net@gmail.com> | 2022-09-12 10:51:06 +0300 |
| commit | 012d0255d261fb6ddacbce7cb4ef007786e91dff (patch) | |
| tree | 357174afcfa0282a51a02d32f6f62fc5b02e5ef4 /Software | |
| parent | 523614e9b8d96f238c3be5dcf9a708e9dc1e4317 (diff) | |
| download | Tango-012d0255d261fb6ddacbce7cb4ef007786e91dff.tar.gz Tango-012d0255d261fb6ddacbce7cb4ef007786e91dff.zip | |
Updated AzureUtils Upgrade Script for RML Extensions Washing properties.
Diffstat (limited to 'Software')
| -rw-r--r-- | Software/DB/SQLExaminer Projects/GENERAL_ENV_UPGRADE.sdeproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/DB/SQLExaminer Projects/GENERAL_ENV_UPGRADE.sdeproj b/Software/DB/SQLExaminer Projects/GENERAL_ENV_UPGRADE.sdeproj index 892c1a8bd..c132d291a 100644 --- a/Software/DB/SQLExaminer Projects/GENERAL_ENV_UPGRADE.sdeproj +++ b/Software/DB/SQLExaminer Projects/GENERAL_ENV_UPGRADE.sdeproj @@ -1395,6 +1395,14 @@ <Column name="NAME" /> </Columns> </Item> + <Item name="dbo.WASHING_TEST_MATERIALS" type="table" extracted="True"> + <Columns> + <Column name="GUID" key="true" /> + <Column name="ID" /> + <Column name="LAST_UPDATED" /> + <Column name="NAME" /> + </Columns> + </Item> </Items> <SchemaMapping> <SMItem schema1="dbo" schema2="dbo" /> |
