You've already forked AstralRinth
forked from didirus/AstralRinth
fixes urls (#780)
This commit is contained in:
@@ -21,7 +21,7 @@ CREATE TABLE mods_links (
|
|||||||
id SERIAL PRIMARY KEY,
|
id SERIAL PRIMARY KEY,
|
||||||
joining_mod_id BIGINT NOT NULL REFERENCES mods (id),
|
joining_mod_id BIGINT NOT NULL REFERENCES mods (id),
|
||||||
joining_platform_id INTEGER NOT NULL REFERENCES link_platforms (id),
|
joining_platform_id INTEGER NOT NULL REFERENCES link_platforms (id),
|
||||||
url VARCHAR(255) NOT NULL
|
url VARCHAR(2048) NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO mods_links (joining_mod_id, joining_platform_id, url)
|
INSERT INTO mods_links (joining_mod_id, joining_platform_id, url)
|
||||||
|
|||||||
Reference in New Issue
Block a user