Skip to content

Commit

Permalink
WIP - Fix second issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Sep 25, 2024
1 parent c5ce8d0 commit 02c7eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func (db *db) updateSchema(
return err
}

err = db.validateSchemaUpdate(ctx, oldDefs, definitions)
err = db.validateSchemaUpdate(ctx, oldDefs, definitions) // todo - doesn't contain related...
if err != nil {
return err
}
Expand Down

0 comments on commit 02c7eb3

Please sign in to comment.