Change voting comment to be text instead of varchar(200)
authorMagnus Hagander <magnus@hagander.net>
Mon, 13 Aug 2018 20:23:30 +0000 (22:23 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 13 Aug 2018 20:23:30 +0000 (22:23 +0200)
commit00e5e223d2e38926396045b6261403c997d591c8
treea5e9faa1058b7dab474a711961a0fad38391e4c3
parent53ce8f3304eac0208b98772c9124c718f0d6a30c
Change voting comment to be text instead of varchar(200)

No reason to limit it in the new interface.
postgresqleu/confreg/migrations/0026_sessionvote_comment_text.py [new file with mode: 0644]
postgresqleu/confreg/models.py