mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
* feat(labrinth): shared instance report type * style(labrinth): cargo fmt * feat(labrinth): check that instance exists when reporting * style(labrinth): cleanup unused import * feat(labrinth): store version id for shared instance reports * style(labrinth): satisfy clippy * fix(labrinth): use string id instead of int
4 lines
113 B
SQL
4 lines
113 B
SQL
ALTER TABLE reports
|
|
ADD COLUMN shared_instance_id bigint,
|
|
ADD COLUMN shared_instance_version_id integer;
|