Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/guides/migration/v1-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nullability now becomes opt-in.
### Primary key columns may not be nullable

While dataframely v1 merely emitted a warning, dataframely v2 now raises an exception if a primary key is designated
as non-nullable. This aligns dataframely, for example, with SQL where primary key columns may not be nullable.
as nullable. This aligns dataframely, for example, with SQL where primary key columns may not be nullable.

### Schema rules are now defined as classmethods

Expand Down
Loading