Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate races to activities #185

Closed
wants to merge 3 commits into from
Closed

Conversation

Mathieu414
Copy link
Collaborator

Added a migration page to handle the migration from races to activities

Comment on lines +86 to 92
function set(string $name, DateTime $date, string $place, Event $event)
{
$this->name = $name;
$this->place = $place;
$this->date = $date;
$this->event = $event;
$this->location_label = $location_label;
$this->location_url = $location_url;
$this->description = $description;
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not cool

@Atmos4
Copy link
Owner

Atmos4 commented Apr 2, 2024

If this PR is stale and isn't supposed to be reviewed, I guess we can close it

@Atmos4 Atmos4 closed this Apr 2, 2024
@Mathieu414 Mathieu414 deleted the 180-add-activities-model branch April 8, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants