We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm using rails 3.2.6 and ruby 1.9.3 and browserCMS 3.5.4 with cms.prefix = 'cms_'
i tried to integrate bcms_blog 3.5.0 but i got error in rake db:migration
Error Mysql2::Error: Table 'database_name.blog_posts' doesn't exist: ALTER TABLE blog_posts ADD attachment_id int(11)
blog_posts
attachment_id
The text was updated successfully, but these errors were encountered:
I had the same issue. I just submited a pull request that fixes this issue : #12
Sorry, something went wrong.
No branches or pull requests
i'm using rails 3.2.6 and ruby 1.9.3 and browserCMS 3.5.4 with cms.prefix = 'cms_'
i tried to integrate bcms_blog 3.5.0 but i got error in rake db:migration
Error
Mysql2::Error: Table 'database_name.blog_posts' doesn't exist: ALTER TABLE
blog_posts
ADDattachment_id
int(11)The text was updated successfully, but these errors were encountered: