Fix hashval NULLability
authorMagnus Hagander <magnus@hagander.net>
Tue, 16 Apr 2024 21:01:52 +0000 (23:01 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 16 Apr 2024 21:02:26 +0000 (23:02 +0200)
commit878d1540d083b6ab611d985a6228ec9b5921a893
tree2b219cc6a0ddf60af25b297afaae0a77a9a3bb22
parentdea25e632d58ccf487b04372f8c7b81b2c46f3a6
Fix hashval NULLability

Needs to allow NULL on INSERT, which will then get overwritten by the
trigger.
postgresqleu/util/migrations/0006_alter_storage_hashval.py [new file with mode: 0644]
postgresqleu/util/models.py