Doctrine Migrations
0
Executed
0
Unavailable
9
Available
9
New
Migrations 9
| Version | Description | Status | Executed at | Execution time |
|---|---|---|---|---|
| DoctrineMigrations\Version20260714134330 | Add reservation table and make stripe_customer_id.coach_id nullable (platform customer support) | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260720094456 | Add status to group (open/confirmed/cancelled) | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260721084458 | Make subscription.stripe_subscription_id nullable and add a unique constraint on (customer_id, session_group_id) | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260722215844 | Allow guest reservations: nullable Reservation.customer, add guestEmail and fileNumber | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260723055932 | Allow Group.billingCancellationProcessedAt to be null (groups with no cancellation) | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260729194144 | Backfill Reservation.guestEmail for existing app-flow reservations, now that the duplicate check is unified on email across both channels | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260730073156 | Make Group.sessionDuration a per-group editable column instead of a fixed constant, defaulting existing groups to the old 90-minute constant value | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260730093701 | Remove orphaned coach.phone column (never written by any form, dead field) | NOT EXECUTED | n/a | n/a |
| DoctrineMigrations\Version20260803120000 | Remove dead customer.stripe_id column - superseded by the StripeCustomerId join table (per-coach/platform Stripe customer ids), never written by any code path | NOT EXECUTED | n/a | n/a |
Configuration
| Storage | |
|---|---|
| Type | Doctrine\Migrations\Metadata\Storage\TableMetadataStorage |
| Table Name | doctrine_migration_versions |
| Column Name | version |
| Database | |
|---|---|
| Driver | Symfony\Bridge\Doctrine\Middleware\Debug\Driver |
| Name | takadoc |
| Migration Namespaces | |
|---|---|
| DoctrineMigrations | /var/www/takadoc/migrations |