uPortal IRC Logs-2011-01-04

[11:19:36 CST(-0600)] <EricDalquist> blarg!
[11:19:53 CST(-0600)] <EricDalquist> import-layout_v3.2 has a nice bug where it doesn't update the NEXT_STRUCT_ID for the user{color}
[11:20:30 CST(-0600)] <EricDalquist> so the first time the user (or in our case ALL USERS since it happenedn for our default template user) try to modify their layout it fails with a constraint violation]{color}
[11:41:20 CST(-0600)] <athena> oh ick :/

[11:41:33 CST(-0600)] <EricDalquist> yay for a quick fix:
[11:41:34 CST(-0600)] <EricDalquist> UPDATE UP_USER
[11:41:34 CST(-0600)] <EricDalquist> SET NEXT_STRUCT_ID=11
[11:41:34 CST(-0600)] <EricDalquist> WHERE NEXT_STRUCT_ID <= 10