Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Oct 3, 2024
1 parent c2afeb9 commit f4662d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/infra/datasource/mysql/init/init_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ DROP TABLE IF EXISTS empty_table;
CREATE TABLE empty_table (
id INT NOT NULL,
col1 VARCHAR(7)
);
);

0 comments on commit f4662d0

Please sign in to comment.