Skip to content

Commit

Permalink
DAT-18428 adding default schema for lbuser
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamelianovych committed Dec 18, 2024
1 parent f06355f commit 7655201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/resources/init-changelogs/gcp/mssql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ BEGIN
EXEC sp_addrolemember 'db_owner', 'lbuser';
END

ALTER USER lbuser WITH DEFAULT_SCHEMA = lbuser;

--changeset liquibase:2 runAlways:true
DROP TABLE IF EXISTS [lbuser].[authors]

Expand Down

0 comments on commit 7655201

Please sign in to comment.