Modrinth/migrations/20221227010515_project-colors.sql
Geometrically 5bb188a822
Project Colors (#512)
* Inital tests

* Finish project colors

* Run fmt + clippy + prepare

* Fix dp+rp fmting
2022-12-29 17:20:50 -07:00

2 lines
76 B
SQL

-- Add migration script here
ALTER TABLE mods ADD COLUMN color integer NULL;