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(views): ORM-454 fix panic when specifying view as either end of a m2m relation #5137

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: linting
  • Loading branch information
FGoessler committed Jan 24, 2025
commit 7d648e23d4036113ac8728e89c195268db40bed7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod sql_schema_calculator_flavour;

use sql_schema_calculator_flavour::JoinTableUniquenessConstraint;
pub(super) use sql_schema_calculator_flavour::SqlSchemaCalculatorFlavour;
use std::any::Any;

use crate::{flavour::SqlFlavour, SqlDatabaseSchema};
use psl::{
Expand Down
Loading