Commit Graph
2 Commits
Author SHA1 Message Date
paulandClaude f49dbed2d8 fix: remove updated_at from app_settings inserts in multiple migrations
continuous-integration/drone/push Build is passing
Version and Release / trigger-drone (push) Successful in 3s
Test and Lint / frontend-test (push) Successful in 2m2s
Mirror to GitHub / mirror (push) Successful in 32s
Version and Release / version-bump (push) Successful in 36s
Test and Lint / backend-test (push) Successful in 1m25s
The app_settings table in production doesn't have created_at/updated_at columns.
Fixed inconsistent usage across migrations:
- Migration 014: removed updated_at: new Date()
- Migration 027: removed updated_at: knex.fn.now()
- Migration 033: removed updated_at: new Date()

This ensures all migrations are consistent and won't fail in production.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-07-23 08:30:19 +02:00
paulandClaude 288b0c25e6 refactor: rename project from wedding-photo-sharing to PicPeak
Create Release / check-version-change (push) Successful in 2m25s
Automatic Version Bump / version-bump (push) Failing after 8m2s
Create Release / create-release (push) Has been skipped
- Update Docker image names and network configurations
- Rename package.json project names to picpeak-backend/frontend
- Update CI/CD configurations (Drone CI and GitHub Actions)
- Update documentation and setup scripts
- Update application branding in source code
- Change default database name to picpeak
- Update PM2 ecosystem config

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
2025-07-12 09:22:14 +02:00