You mean you do not see the .table files?
Try:
fake_migrate_all=True,migrate_enabled=True
could be an error in the book.
On Thursday, 18 October 2012 01:29:42 UTC-5, lyn2py wrote:
>
> 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!
>
--