Skip to content

Commit

Permalink
📝 (mssql.sql): add USE lbcat; statement to specify the database to us…
Browse files Browse the repository at this point in the history
…e before executing SQL commands for better clarity and consistency
  • Loading branch information
jandroav committed Jun 1, 2024
1 parent 04ff8b2 commit b79f090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/init-changelogs/aws/mssql.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--liquibase formatted sql
--changeset liquibase:1 runAlways:true
USE lbcat;
DROP TABLE IF EXISTS [dbo].[authors]
CREATE TABLE [dbo].[authors](
[id] [int] NOT NULL,
Expand Down

0 comments on commit b79f090

Please sign in to comment.