When migrating my DB... 1. I have to remember to access a auth.wiki page to make sure my wiki table definitions are run.
2. I always set global variables to migrate and/or fake_migrate my DB and tables but these do not catch the auth.wiki tables. So I need to make sure I also do fake_migrate_all too. I think that the migrate/fake_migrate should be exposed for auth.wiki to make this process easier. Not sure whether this helps in your case, but I think that this has caused me a problem at times. On Tuesday, October 9, 2012 9:47:28 PM UTC+1, Bill Thayer wrote: > > > > On Tuesday, October 9, 2012 3:43:06 PM UTC-5, Bill Thayer wrote: >> >> >> Here's my saga then... >> >> I took the welcome app, added my oracle connection string and edited >> >> >> ## create all tables needed by auth if not custom tables >> auth.define_tables(username=True, signature=True, migrate=False) >> >> >> >> >> --

