Skip to content

Commit

Permalink
#2441 - added a DB liquidbase migration to remove extra created records
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Oct 16, 2023
1 parent bbe8b68 commit 8886833
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2657,4 +2657,10 @@
</createIndex>
</changeSet>

<changeSet id="45" author="skills team">
<sql>
delete from user_actions_history where item = 'SkillEvents' and action = 'Create'
</sql>
</changeSet>

</databaseChangeLog>

0 comments on commit 8886833

Please sign in to comment.