[jonah] Re: I want to fix DB Error: constraint violation error.
Zachary Denison
zacharydenison at yahoo.com
Wed Feb 16 19:13:58 PST 2005
Thanks very much - actually for mysql, this requires
UPDATE jonah_channels_seq set id=123;
--- Rob Rosenfeld <rosenfeld at alum.mit.edu> wrote:
> I noticed this, too. I fix it by incrementing the
> initial value on the
> last line of script.feeds.sql -ALTER SEQUENCE
> jonah_channels_seq
> RESTART WITH 122;
> +ALTER SEQUENCE jonah_channels_seq RESTART WITH 123;
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
More information about the jonah
mailing list