I've got a postgres server running which has been working fine the last month or so with no issues.
I just added a new table in a model but cannot get the migration to work. Everything was updated correctly in the databases folder after doing this, and I've got migrate=True ...in all my table declarations and migrate=True fake_migrate_all=True ...in my DAL string. I tried trashing all the files in the databases folder (which were recreated properly by w2p, including making a new one for the new table), restarting postgres, and turning migrate and fake_migrate_all to either True or False. But I kept getting tickets with 'relation <table_name> does not exist' when trying to do an insert. Listing all the tables in postgres does not show the new table, so I'm thinking I'm probably missing something in a model. Thanks for any suggestions, -jl -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.