Skip to content

Commit 3306127

Browse files
authored
Merge pull request #104 from activeadmin-plugins/Fivell-patch-1
Update README.md
2 parents c118626 + f0135e3 commit 3306127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Tool | Description
6969
:after_import |proc for after import action, hook called with importer object
7070
:before_batch_import |proc for before each batch action, called with importer object
7171
:after_batch_import |proc for after each batch action, called with importer object
72-
:on_duplicate_key_update|an Array or Hash, tells activerecord-import to use MySQL's ON DUPLICATE KEY UPDATE ability.
72+
:on_duplicate_key_update|an Array or Hash, tells activerecord-import to use MySQL's ON DUPLICATE KEY UPDATE or Postgres 9.5+ ON CONFLICT DO UPDATE ability.
7373
:timestamps |bool, tells activerecord-import to not add timestamps (if false) even if record timestamps is disabled in ActiveRecord::Base
7474
:ignore |bool, tells activerecord-import toto use MySQL's INSERT IGNORE ability
7575
:template |custom template rendering

0 commit comments

Comments
 (0)