mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* feat: split wrapper command on linux * feat: use code from #3900 * feat: also use shlex on Windows * feat: add a version number to global settings * feat(app): add settings v2, where wrapper command are split
1 line
67 B
SQL
1 line
67 B
SQL
ALTER TABLE settings ADD COLUMN version INTEGER NOT NULL DEFAULT 1; |