Add migration for confreg_status_strings master
authorMagnus Hagander
Tue, 4 Dec 2018 19:53:33 +0000 (20:53 +0100)
committerMagnus Hagander
Tue, 4 Dec 2018 19:55:40 +0000 (20:55 +0100)
commitc88cd42b39a84d16a056f2b668fd1949c893c4e0
treed8f1c299d1b1c3619272bb2f81197e170c88887a
parent7a448c3cd9c505197282bd95965e0b70967df65c
Add migration for confreg_status_strings

This table is used for status reports (since that data is otherwise in
the code and not the db), it should be managed by the code and not by
manually putting data in an undocumented table...
postgresqleu/confreg/migrations/0037_status_strings.py [new file with mode: 0644]
postgresqleu/confreg/models.py