Commit
7cb73057840137d91090bdee733df9c0c34b8992
Exists in
staging
and in
19 other branches
angular_poc, api-homepage, api_visitor, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, environment-api, export-comment-paragraph, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, login-captcha, master, new_security, new_video_plugin, production
rails4: fix rake db:schema:load run
1
| class Delayed::Backend::ActiveRecord::Job |
1
| class Delayed::Backend::ActiveRecord::Job |
2
| - attr_accessible *self.column_names, :payload_object |
2
| + # rake db:schema:load run? |
| |
3
| + if self.table_exists? |
| |
4
| + attr_accessible *self.column_names, :payload_object |
| |
5
| + end |
3
| end |
6
| end |