mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
move to monorepo dir
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE mods_gallery
|
||||
ADD COLUMN title varchar(255),
|
||||
ADD COLUMN description varchar(2048),
|
||||
ADD COLUMN created timestamptz DEFAULT CURRENT_TIMESTAMP NOT NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user