pine.db.main->connection-idneeds to be reset.pine.db.main->referencesneeds to be reset.
The version in src/pine/version.clj must match the Docker image version in playground.docker-compose.yml. This is enforced by:
- Pre-commit hook: Automatically checks version sync before each commit
- CI check: GitHub Actions will fail if versions don't match
To manually check version sync:
./scripts/check-version-sync.shIf versions are out of sync, update one of the files to match the other.
Run the service:
docker-compose -f playground.docker-compose.yml up sample-db-ecommerceFrom the UI, connect to the database using port 5434 (See: playground.docker-compose.yml).