Skip to content

Conversation

@Kocannn
Copy link
Collaborator

@Kocannn Kocannn commented May 24, 2025

  • fixing migration & seeder command
  • update readme

Kocannn added 3 commits May 22, 2025 20:57
- Introduced `migrate:fresh` command to reset and re-run all migrations
and
  seeders for a clean database state.
- Added initial SQL seeders for users, events, images, tags,
registration
  events, and event payments.
- Updated migration SQL to use `IF NOT EXISTS` for unique indexes.
- Fixed minor SQL formatting in image migration.
Added a new section to the README with instructions for running database
migrations using the `migrate` commands. Included details for both
standard and fresh migrations, as well as a note about the migration
reset behavior. This helps new contributors set up the database schema
before starting the service.
@Kocannn Kocannn requested a review from AfandyW May 24, 2025 00:17
Copy link
Contributor

@AfandyW AfandyW left a comment

Choose a reason for hiding this comment

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

Cool, let test on dev

@AfandyW AfandyW merged commit b28a02f into development Jun 10, 2025
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.

3 participants