add undefined ref to PRIMARY const in AR adapter
This commit is contained in:
parent
46020e5ef5
commit
869783107d
@ -107,6 +107,7 @@ module ActiveRecord
|
||||
self.emulate_booleans = true
|
||||
|
||||
ADAPTER_NAME = 'MySQL'.freeze
|
||||
PRIMARY = "PRIMARY".freeze
|
||||
|
||||
LOST_CONNECTION_ERROR_MESSAGES = [
|
||||
"Server shutdown in progress",
|
||||
|
Loading…
Reference in New Issue
Block a user