Commit Graph

1 Commits (94709d86d77449298fed01c1aa5af9dd8deba216)

Author SHA1 Message Date
Pau Costa Ferrer 07e647b582 Add Asset table, extend schema for related entities, and update .env setup
- Create `Asset` table with relevant columns and constraints.
- Extend `Organization`, `Building`, `Floor`, `Space`, and `User` tables with new fields referencing `Asset`.
- Add `Reservation` table with foreign key constraints for users and spaces.
- Introduce `.env.example` for environment variable management.
- Update `DOCKER_SETUP.md` with initialization and environment configuration instructions.
2026-03-28 19:21:13 +01:00