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

✨ [Feature] database seeding #96

Merged
merged 6 commits into from
Apr 18, 2023
Merged

Commits on Apr 18, 2023

  1. 💚 chore: Add auth seeding files #91

    - auth 시딩파일 설정
    - `yarn seed` 으로 시딩
    - `yarn seed:reset` 으로 시딩할 디비 리셋
    jis-kim committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    31c705d View commit details
    Browse the repository at this point in the history
  2. 💚 chore: Add user and friend factory #91

    - user, friend factory 추가
    - typeorm-extension 안쓰는 방법으로 refactoring
    jis-kim committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    917a004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b613fa3 View commit details
    Browse the repository at this point in the history
  4. 💚 chore: Add messege seeding

    - message seeding 파일 추가
    - .env.sample 에 Test db 추가해서 관리
    jis-kim committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    444b1e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8713388 View commit details
    Browse the repository at this point in the history
  6. 🐛 fix: Fix friendship factory

    - accept: true 일 때만 last_message_time 생성되도록 변경
    jis-kim committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    db6f964 View commit details
    Browse the repository at this point in the history