[Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8135] trunk/mailman/Mailman/database/listdata.py
Barry Warsaw
barry at python.org
Sat Jan 6 06:20:06 CET 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Excellent, thanks! I'm /really/ going to have to figure out schema
migration soon. ;)
- -Barry
On Jan 6, 2007, at 12:05 AM, tkikuchi at users.sourceforge.net wrote:
> Revision: 8135
> http://svn.sourceforge.net/mailman/?rev=8135&view=rev
> Author: tkikuchi
> Date: 2007-01-05 21:05:11 -0800 (Fri, 05 Jan 2007)
>
> Log Message:
> -----------
> Add post_id in list data schema.
>
> Modified Paths:
> --------------
> trunk/mailman/Mailman/database/listdata.py
>
> Modified: trunk/mailman/Mailman/database/listdata.py
> ===================================================================
> --- trunk/mailman/Mailman/database/listdata.py 2007-01-05 22:01:43
> UTC (rev 8134)
> +++ trunk/mailman/Mailman/database/listdata.py 2007-01-06 05:05:11
> UTC (rev 8135)
> @@ -122,6 +122,7 @@
> Column('pass_mime_types',
> PickleType),
> Column('password',
> Unicode),
> Column('personalize',
> Integer),
> + Column('post_id',
> Integer),
> Column('preferred_language',
> Unicode),
> Column('private_roster',
> Boolean),
> Column('real_name',
> Unicode),
>
>
> This was sent by the SourceForge.net collaborative development
> platform, the world's largest Open Source development site.
> _______________________________________________
> Mailman-checkins mailing list
> Mailman-checkins at python.org
> Unsubscribe: http://mail.python.org/mailman/options/mailman-
> checkins/barry%40python.org
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)
iQCVAwUBRZ8xhnEjvBPtnXfVAQI8lgP/fcECyyIqebtaQDH0ruz+DKrd+PMVuTkv
Y4TF8V8GKyqECIy1AatIU85lxQ0+DprDrOQ3IucyutjgGG697AmvBgW7fqPFuYT3
BvnmXCce71bv5JKfsmXomWHrcMjGn25E/hABLuMrs+NJnQPmx55S10yyFM+YdUL5
2zQfB8rhz9k=
=9xnf
-----END PGP SIGNATURE-----
More information about the Mailman-Developers
mailing list