Skip to content
New issue

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

chore(db): change 'error' column type to text #5

Merged
merged 1 commit into from
Oct 12, 2018

Conversation

felbalart
Copy link
Contributor

Solves this issue

@@ -30,4 +31,5 @@
t.datetime "updated_at", null: false
t.index ["job_id"], name: "index_active_job_log_jobs_on_job_id"
end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra empty line detected at block body end.

@@ -10,13 +10,14 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2018_05_11_184635) do
ActiveRecord::Schema.define(version: 2018_10_12_141224) do

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra empty line detected at block body beginning.

@coveralls
Copy link

coveralls commented Oct 12, 2018

Pull Request Test Coverage Report for Build 25

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.366%

Totals Coverage Status
Change from base Build 21: 0.0%
Covered Lines: 67
Relevant Lines: 71

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants