Files
@ f8a714c2c5a1
Branch filter:
Location: kallithea/setup.cfg
f8a714c2c5a1
1.1 KiB
text/x-ini
db: make sure all (non-primary) columns have nullable set explicitly
The default of nullable=True is rarely good for us so nullable should always be
specified unless there is a reason to allow nullable ... and if the default is
fine, xplicit is better than implicit.
The declared nulliness of some fields are changed where it seems like code
already enforced it.
Some fields are marked as FIXME when they need (trivial?) data conversion to
convert NULLs to default values.
The default of nullable=True is rarely good for us so nullable should always be
specified unless there is a reason to allow nullable ... and if the default is
fine, xplicit is better than implicit.
The declared nulliness of some fields are changed where it seems like code
already enforced it.
Some fields are marked as FIXME when they need (trivial?) data conversion to
convert NULLs to default values.