Modrinth/migrations/20231110010322_adds_game_version_minmax.sql
Wyatt Verchere f731c1080d
Side types overhaul (#762)
* side types overhaul

* fixes, fmt clippy

* migration fix for v3 bug

* fixed migration issues

* more tested migration changes

* fmt, clippy

* bump cicd

---------

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
2023-11-28 11:36:59 -07:00

1 line
67 B
SQL

UPDATE loader_fields SET min_val = 1 WHERE field = 'game_versions';