Skip to content

Commit 0d0cec4

Browse files
updated pickup employee with new authority
1 parent 2740de0 commit 0d0cec4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dao/src/main/resources/db/changelog/logs/ch-add-client-edit-authority-Zadyraichuk.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@
1919
<column name="authorities_id">36</column>
2020
</insert>
2121
</changeSet>
22+
23+
<changeSet id="updatePickupEmployeeWithNewAuthorityZadyraichuk" author="Rostyslav Zadyraichuk">
24+
<insert tableName="employee_authorities_mapping">
25+
<column name="user_id">2</column>
26+
<column name="authority_id">36</column>
27+
</insert>
28+
</changeSet>
2229
</databaseChangeLog>

0 commit comments

Comments
 (0)