You've already forked AstralRinth
forked from didirus/AstralRinth
Project gallery, webhook fixes, remove cache, re-enable donation URLs (#222)
This commit is contained in:
6
migrations/20210718223710_gallery.sql
Normal file
6
migrations/20210718223710_gallery.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE mods_gallery (
|
||||
id serial PRIMARY KEY,
|
||||
mod_id bigint REFERENCES mods ON UPDATE CASCADE NOT NULL,
|
||||
image_url varchar(2048) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user