after updating fb module from stable to 7.x-4.x version and tried to run the database updated got this message

drush updb

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fb_app' doesn't exist

Comments

mqanneh’s picture

Assigned: mqanneh » Unassigned
Status: Needs work » Needs review
StatusFileSize
new983 bytes

changed table name from fb_app to fb_application and the updates were done without errors.

mqanneh’s picture

StatusFileSize
new916 bytes

working patch.
checking for table fb_app existence before using it.

mqanneh’s picture

mqanneh’s picture

StatusFileSize
new916 bytes

working patch.
checking for table fb_app existence before using it.
removed unneeded space

mqanneh’s picture

StatusFileSize
new914 bytes

working patch.
checking for table fb_app existence before using it.
removed unneeded space

mqanneh’s picture

+1