+1
On Wed, May 31, 2017 at 3:04 PM, Stephen John Smoogen <[email protected]> wrote: > +1 > > On 31 May 2017 at 14:54, Patrick Uiterwijk <[email protected]> wrote: >> Hi, >> >> While I was debugging settings not saving for Mailman, I found out >> that this was caused >> by the schema of the "template" table being incorrect. >> >> It had the following gem: >> password | timestamp without time zone >> >> I've just ran the following query to make it be identical to what's in the >> code: >> alter table template alter password type character varying; >> >> Can I get +1s on this change? >> >> >> p.s.: This is about 5 hours old, but seems I sent it to devnull. >> _______________________________________________ >> infrastructure mailing list -- [email protected] >> To unsubscribe send an email to [email protected] > > > > -- > Stephen J Smoogen. > _______________________________________________ > infrastructure mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ infrastructure mailing list -- [email protected] To unsubscribe send an email to [email protected]
