[jifty-devel] After schema setup...

C.G. LEE yuand2 at gmail.com
Sat Nov 25 15:09:03 EST 2006


> Do you maybe have an incorrect package declaration in Bogus2.pm saying
> it's in the Bogus1 namespace?


Thanks Gaal.

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.

the first is,

$ jifty app --name TestApp
$ cd TestApp
$ jifty model --name Bogus1
$ jifty model --name Bogus2
$ jifty schema --setup

the second one is,

$ jifty app --name TestApp
$ cd TestApp
$ jifty model --name Bogus1
$ jifty schema --setup
$ jifty model --name Bogus2
$ jifty schema --setup
...ERROR occurred.

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.

Here, my question is How can I add tables after schema setup?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/jifty-devel/attachments/20061125/5e000905/attachment.htm


More information about the jifty-devel mailing list