Skip to content

Commit

Permalink
Merge pull request #142 from jesjos/fix-readme-formatting
Browse files Browse the repository at this point in the history
Add v0.11.2, fix readme formatting
  • Loading branch information
olleolleolle authored Nov 9, 2023
2 parents e9eb00f + ebed425 commit 7e4c92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ When a table is defined with a database default for a field, this gotcha can occ
┌─────────┬─────────┬─────────┬
│ Column │ Type │ Default │
├─────────┼─────────┼─────────┼
│ id │ integer │ ...
│ prio │ integer │ 999
│ id │ integer │ ... |
│ prio │ integer │ 999 |
```

And `hardwares` has a record with a non-default value for `prio`. Say, the record with `id` 1 has a `prio` of `998`.
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_upsert/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveRecordUpsert
VERSION = "0.11.1"
VERSION = "0.11.2"
end

0 comments on commit 7e4c92f

Please sign in to comment.