Skip to content

Commit b5c0054

Browse files
committed
Fix comments to not crash in github actions?
1 parent a98fb73 commit b5c0054

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/mysql/create-database.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ create table other (
2727
u uuid
2828
);
2929

30-
--testing IDs that aren't tablename + 'id'
30+
-- testing IDs that aren't tablename + 'id'
3131
drop table if exists other_auto;
3232
create table other_auto (
3333
id int auto_increment primary key,
3434
some_text text
3535
);
3636

37-
--testing IDs that don't auto_increment
37+
-- testing IDs that don't auto_increment
3838
drop table if exists other_int;
3939
create table other_int (
4040
id int unsigned primary key,

0 commit comments

Comments
 (0)