feat(application): add railpackVersion field to application schema and update related components

- Introduced a new column `railpackVersion` in the application table with a default value of '0.2.2'.
- Updated the application form to include a field for `railpackVersion` when the build type is set to railpack.
- Adjusted the build process to utilize the specified `railpackVersion` dynamically.
- Enhanced validation schema to accommodate the new field.
This commit is contained in:
Mauricio Siu
2025-08-03 01:54:07 -06:00
parent b8f27d7b76
commit cc6445a8ec
6 changed files with 6186 additions and 8 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "application" ADD COLUMN "railpackVersion" text DEFAULT '0.2.2';

File diff suppressed because it is too large Load Diff

View File

@@ -729,6 +729,13 @@
"when": 1752465764072,
"tag": "0103_cultured_pestilence",
"breakpoints": true
},
{
"idx": 104,
"version": "7",
"when": 1754207407121,
"tag": "0104_omniscient_randall",
"breakpoints": true
}
]
}