Files
dokploy/apps/dokploy/drizzle/0104_omniscient_randall.sql
Mauricio Siu cc6445a8ec 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.
2025-08-03 01:54:07 -06:00

1 line
76 B
SQL

ALTER TABLE "application" ADD COLUMN "railpackVersion" text DEFAULT '0.2.2';