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/game create on #213

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Feature/game create on #213

merged 2 commits into from
Apr 12, 2024

Conversation

kuoche1712003
Copy link
Contributor

Why need this change? / Root cause:

Changes made:

  • Game with createdOn field

Test Scope / Change impact:

  • GameRegistrationControllerTest

Issue

@kuoche1712003
Copy link
Contributor Author

@ricksu978 update 的 command 在這邊

db.gameRegistrationData.updateMany({},
{
  "$set": {
    "createdOn": ISODate("2024-01-01T14:00:00Z")
  }
},
{})

Copy link

sonarcloud bot commented Apr 7, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ricksu978
Copy link
Member

@ricksu978 update 的 command 在這邊

db.gameRegistrationData.updateMany({},
{
  "$set": {
    "createdOn": ISODate("2024-01-01T14:00:00Z")
  }
},
{})

Done.

@kuoche1712003 kuoche1712003 merged commit 81ce439 into main Apr 12, 2024
4 checks passed
@kuoche1712003 kuoche1712003 deleted the feature/game-create-on branch April 12, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

紀錄遊戲註冊的日期
3 participants