Skip to content

Commit a7ea0b1

Browse files
authored
docs: Update migration guide for primary key column rules (#209)
1 parent f663bfb commit a7ea0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/migration/v1-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ nullability now becomes opt-in.
3232
### Primary key columns may not be nullable
3333

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

3737
### Schema rules are now defined as classmethods
3838

0 commit comments

Comments
 (0)