TurboGears / tgext.pluggable

Pluggable applications support for TurboGears2
11 stars 13 forks source link

bootstrap with postgresql and a schema #16

Open RobertSudwarts opened 10 years ago

RobertSudwarts commented 10 years ago

I have a 'pluggable' application whose db models/tables are to go into their own schema. ie plug_schema_name.table_name

With a freshly created database (where there no schemas yet in place), is there any way to create the schema by the 'pluggable' application before create_tables is run by the 'plugged' application?