Skip to content

Commit 64b1db8

Browse files
committed
ci: test docker container
1 parent 3d4c8ce commit 64b1db8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/init.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-- Create the database testdb2 and testdb3
22
CREATE DATABASE IF NOT EXISTS testdb2;
33
CREATE DATABASE IF NOT EXISTS testdb3;
4+
CREATE DATABASE IF NOT EXISTS fakedb;
45
USE testdb;
56

67
-- Create the 'users' table

0 commit comments

Comments
 (0)