I performed as Massimo's suggestion,
fake_migrate_all=True,migrate_enabled=True

But I ran into an Internal Error: Unknown. (no ticket).



On Thursday, October 18, 2012 8:17:23 PM UTC+8, Massimo Di Pierro wrote:
>
> 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!
>>
>

-- 



Reply via email to