<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Do you maybe have an incorrect package declaration in <a href="http://Bogus2.pm">Bogus2.pm
</a> saying<br>it's in the Bogus1 namespace?</blockquote><div><br>Thanks Gaal.<br><br>OK. This time I've made sure the package name, and tried two ways to activate Bogus1 and Bogus2 models again on a fresh dish, and I got one more question.
<br>
<br>
the first is,<br>
<br>
$ jifty app --name TestApp<br>
$ cd TestApp<br>
$ jifty model --name Bogus1<br>
$ jifty model --name Bogus2<br>
$ jifty schema --setup<br>
<br>
the second one is,<br>
<br>
$ jifty app --name TestApp<br>
$ cd TestApp<br>
$ jifty model --name Bogus1<br>
$ jifty schema --setup<br>
$ jifty model --name Bogus2<br>
$ jifty schema --setup<br>
...ERROR occurred.<br>
<br>
The first one is exactly what I expect, but the second one is, of
course, not what I want. Based on the error message, Jifty seems to expect the bogus2s table to be there.<br><br>Here, my question is How can I add tables after
schema setup?<br>
<br></div><br></div><br>