Append semicolon at end of SQL

This commit is contained in:
Kitaiti Makoto 2021-09-24 05:38:16 +09:00
parent 3a448e9e17
commit 2fe705a712

View file

@ -11,7 +11,7 @@ CREATE TABLE instances_old (
default_license TEXT NOT NULL DEFAULT 'CC-0',
long_description_html VARCHAR NOT NULL DEFAULT '',
short_description_html VARCHAR NOT NULL DEFAULT ''
)
);
INSERT INTO instances_old SELECT
id,
public_domain,