Skip to content

Commit 01b4fdc

Browse files
committed
Fix compat
1 parent 780d125 commit 01b4fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/blog_sqlsrv.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GO
114114

115115
IF (OBJECT_ID('invisibles', 'U') IS NOT NULL)
116116
BEGIN
117-
DROP TABLE [kunsthåndværk]
117+
DROP TABLE [invisibles]
118118
END
119119
GO
120120

0 commit comments

Comments
 (0)