mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 13:01:08 +00:00
Append semicolon at end of SQL
This commit is contained in:
parent
3a448e9e17
commit
2fe705a712
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue