feat: add wartosc_zlecenia field to projects table and update related functionalities
This commit is contained in:
@@ -8,6 +8,7 @@ echo "🔄 Running database migrations..."
|
||||
# List of migration scripts to run (in order)
|
||||
MIGRATIONS=(
|
||||
"migrate-add-team-lead-role.mjs"
|
||||
"migrate-add-wartosc-zlecenia.mjs"
|
||||
)
|
||||
|
||||
for migration in "${MIGRATIONS[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user