Remove trailing commas from test SQL scripts
Closes gh-18607
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CREATE TABLE FOO (
|
||||
id INTEGER IDENTITY PRIMARY KEY,
|
||||
name VARCHAR(30),
|
||||
name VARCHAR(30)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user