PostgreSQL schema for the UniBo Toolkit project. Contains 13 tables for users, courses, calendars, and timetables.
make setup # Start PostgreSQL
make migrate-up # Apply migrations
make psql # Connect to DBmake help # Show all commands
make migrate-down # Rollback last migration
make migrate-reset # Rollback all migrations
make create name=XXX # Create new migration
make clean # Remove PostgreSQL + datapostgresql://unibo_user:unibo_pass@localhost:5432/unibo_toolkit?sslmode=disable