New issue 31 by arkadi.s...@gmail.com: examples/rietveld/UPDATES should
mention patchset.owner_id is deprecated
http://code.google.com/p/django-gae2django/issues/detail?id=31
Rietveld revision 59805f019927 removed patchset.owner_id NOT NULL column
from database.
http://code.google.com/p/rietveld/source/detail?r=59805f019927c0fab9ade939aa1f726fae75efdb&path=/codereview/models.py
So UPDATES file should mention the owner_id must be removed or it will fail
with
codereview_patchset.owner_id may not be NULL
error while submitting the issue.
Instructions for sqlite in patch.
Attachments:
UPDATES.diff 1.6 KB
(No comment was entered for this change.)
Attachments:
UPDATES.diff 1.5 KB
Comment #2 on issue 31 by albrecht.andi: examples/rietveld/UPDATES should
mention patchset.owner_id is deprecated
http://code.google.com/p/django-gae2django/issues/detail?id=31
This issue was closed by revision e4cb36736569.
Thanks! I've uploaded a different version. The SQL statements in the UPDATE
file target PostgreSQL. But I've mentioned your approach for SQLite in the
commit message.