Skip to content

Commit

Permalink
Merge pull request #4414 from mkarg/issue-4413
Browse files Browse the repository at this point in the history
Fixes issue #4413: Undocumented IT requirement: Username "liquibase"
  • Loading branch information
filipelautert committed Jun 29, 2023
2 parents a2ba995 + a8e7b89 commit 75ac1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

<changeSet id="16" author="nvoxland">
<createView viewName="personView">
select * from liquibase.person
select * from ${loginUser}.person
</createView>
</changeSet>

Expand Down

0 comments on commit 75ac1c1

Please sign in to comment.