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

fix: add diesel migration to update local db #1812

Merged
merged 17 commits into from
Aug 11, 2023
Merged

fix: add diesel migration to update local db #1812

merged 17 commits into from
Aug 11, 2023

Conversation

kritikmodi
Copy link
Contributor

@kritikmodi kritikmodi commented Jul 28, 2023

Type of Change

  • Bugfix

Description

This is a part of the attempt to make database even across all environments. This PR contains the migrations for local database.

Additional Changes

  • This PR modifies the database schema

Motivation and Context

This PR closes #1809.

How did you test it?

Compiles

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code

@kritikmodi kritikmodi requested a review from a team as a code owner July 28, 2023 12:00
@kritikmodi kritikmodi changed the title fix: add diesel migration to fix local db fix: add diesel migration to update local db Jul 28, 2023
@kritikmodi kritikmodi self-assigned this Jul 28, 2023
@kritikmodi kritikmodi added C-bug Category: Bug M-database-changes Metadata: This PR involves database schema changes labels Jul 28, 2023
Copy link
Member

@SanchithHegde SanchithHegde left a comment

Choose a reason for hiding this comment

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

Other than that, looks good to me!

@kritikmodi kritikmodi requested review from a team, jarnura and ashokkjag as code owners August 8, 2023 09:32
inventvenkat
inventvenkat previously approved these changes Aug 8, 2023
SanchithHegde
SanchithHegde previously approved these changes Aug 8, 2023
@inventvenkat inventvenkat added this pull request to the merge queue Aug 11, 2023
Merged via the queue into main with commit 97a495c Aug 11, 2023
10 checks passed
@inventvenkat inventvenkat deleted the issue-1809 branch August 11, 2023 09:48
@SanchithHegde SanchithHegde removed the P-high Priority: High label Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Bug M-database-changes Metadata: This PR involves database schema changes
Projects
No open projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

[BUG] Diesel migration to update local database schema
6 participants