Skip to content

Commit

Permalink
DAT-18428 adding default schema for lbuser (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamelianovych authored Dec 19, 2024
1 parent a2c1f0b commit e12551b
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 e12551b

Please sign in to comment.