Append semicolon at end of SQL
This commit is contained in:
parent
3a448e9e17
commit
2fe705a712
@ -11,7 +11,7 @@ CREATE TABLE instances_old (
|
|||||||
default_license TEXT NOT NULL DEFAULT 'CC-0',
|
default_license TEXT NOT NULL DEFAULT 'CC-0',
|
||||||
long_description_html VARCHAR NOT NULL DEFAULT '',
|
long_description_html VARCHAR NOT NULL DEFAULT '',
|
||||||
short_description_html VARCHAR NOT NULL DEFAULT ''
|
short_description_html VARCHAR NOT NULL DEFAULT ''
|
||||||
)
|
);
|
||||||
INSERT INTO instances_old SELECT
|
INSERT INTO instances_old SELECT
|
||||||
id,
|
id,
|
||||||
public_domain,
|
public_domain,
|
||||||
|
Loading…
Reference in New Issue
Block a user