Instead of using only the specific app for the create statements we're dumping
it for all apps.
{{{
$ ./manage.py sql foo
CREATE TABLE foo_category (
id INTEGER NOT NULL,
created_at TIMESTAMP NOT NULL,
name VARCHAR(100) NOT NULL,
PRIMARY KEY (id)
)
CREATE TABLE bar_book (
id INTEGER NOT NULL,
pub_date TIMESTAMP NOT NULL,
name VARCHAR(100) NOT NULL,
PRIMARY KEY (id)
)
}}}
Original issue reported on code.google.com by mtr...@gmail.com on 15 Mar 2008 at 9:16
Original issue reported on code.google.com by
mtr...@gmail.com
on 15 Mar 2008 at 9:16