Skip to content

Commit

Permalink
Add DB Update to remove age resistance
Browse files Browse the repository at this point in the history
  • Loading branch information
bronwynrayfield committed Jul 20, 2022
1 parent adb7a09 commit 9627c0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/updates/Update-3.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<update>

<!--Insert New Column into Existing Table-->
<action code="Exec" condition="TableExists" criteria="stconnect_CCLULCResistance">
<item>ALTER TABLE stconnect_CCLULCResistance RENAME to stconnect_CCResistance</item>
</action>

</update>

0 comments on commit 9627c0b

Please sign in to comment.