On 07/14/2010 03:50 AM, Holger Levsen wrote: > On Dienstag, 13. Juli 2010, Daniel Kahn Gillmor wrote: >> None has been selected. schultmc was the only person good enough to >> voice an opinion (he prefers Z). Of course, i'm assuming that marga >> prefers M. > > (Ana wrote she preferes M.)
so she did; sorry i missed that earlier.
> /me too prefers M,
ok, M looks to be a growing consensus, and i want to wrap up this open
issue. So i'm calling it in favor of M. Thank you Marga for suggesting
this rescheduling proposal!
Here is the postgres commands to accomplish M:
BEGIN
UPDATE event SET start_time = start_time - '30 minutes' WHERE
conference_id = 4 AND start_time <= '11:00';
UPDATE event SET start_time = '11:30' WHERE
conference_id = 4 AND start_time = '14:00';
UPDATE event SET start_time = '14:00' WHERE
conference_id = 4 AND start_time = '15:00';
UPDATE event SET start_time = start_time - '1 hour 30 minutes' WHERE
conference_id = 4 AND start_time >= '16:30';
COMMIT
Could one person (only!) with write access please make this change and
report back when it is done? I could webmonkey click change it all, but
i'd really rather not.
thanks!
--dkg
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Debconf-team mailing list [email protected] http://lists.debconf.org/mailman/listinfo/debconf-team
