home / django_tickets / tickets

tickets: 8583

This data as json

id created changetime last_pulled_from_trac stage status component type severity version resolution summary description owner reporter keywords easy has_patch needs_better_patch needs_tests needs_docs ui_ux
8583 2008-08-27 01:11:00 2011-09-28 16:12:17 2022-03-06 03:42:38.341014 Ready for checkin closed Documentation     dev fixed Comments upgrade SQL fails on FreeComment data In the contrib.comments upgrade instructions, the UPDATE statements work when migrating the old `Comment` data but they fail on `FreeComment` data because the latter has null `user_id`s. Attached patch ensures that the UPDATES get applied only to migrated `Comment` data (i.e. when user_id is not NULL.) Not sure if this is good enough but it works for me in PGSQL. jacob rajeshd comments docs 0 1 0 0 0 0
Powered by Datasette · Queries took 1.07ms