Ensure pglister_sync includes a value for subscriber_access
authorMagnus Hagander <magnus@hagander.net>
Sun, 30 Jan 2022 12:16:55 +0000 (13:16 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 30 Jan 2022 12:16:55 +0000 (13:16 +0100)
commit6b9fedb2c69ea634b9f04a7fdd138783f8735289
tree8258954067e110489706d44cd95a03a58f99daf4
parentb09ac1cb58b67056b2fb0caeeb6bfd37564687cd
Ensure pglister_sync includes a value for subscriber_access

This has a default=False set in the django model, but django does not
propagate that into the database which would cause the insert of new
lists to fail with a not-null-violation.

Spotted by CĂ©lestin Matte
loader/pglister_sync.py