Hello all, something went wrong with the database table files, and they 
were accidentally completely removed (the whole database folder).

I need to rebuild all the database files, so I did:
db = DAL('postgres://........',fake_migrate_all=True,migrate_enabled=False)

According to the manual, this is supposed to rebuild the database table 
files, but I still don't see the database folder appearing in the app's 
folder.

May I know what I should do to fix migrations?

Thank you!

-- 



Reply via email to