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

Feat/backend/room user relation #41

Merged
merged 5 commits into from
Nov 13, 2023
Merged

Commits on Nov 11, 2023

  1. login user can create room

    kotto5 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    a345e55 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. [DB modify]

    add to User table Room column
    
    add to Room table User id column
    kotto5 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    06b7669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3a7ca View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. a use have many rooms

    a room have many users
    kotto5 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b5f7ac2 View commit details
    Browse the repository at this point in the history
  2. make fmt

    kotto5 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d5fcdf6 View commit details
    Browse the repository at this point in the history