Commit 00d4b44c authored by Andy Wilkinson's avatar Andy Wilkinson

Remove trailing commas from test SQL scripts

Closes gh-18607
parent e4ba6049
CREATE TABLE BAR (
id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30),
name VARCHAR(30)
);
CREATE TABLE FOO (
id INTEGER IDENTITY PRIMARY KEY,
name VARCHAR(30),
name VARCHAR(30)
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment