mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
5 lines
No EOL
194 B
Ruby
5 lines
No EOL
194 B
Ruby
require 'active_record/connection_adapters/mysql2_adapter'
|
|
|
|
class ActiveRecord::ConnectionAdapters::Mysql2Adapter
|
|
NATIVE_DATABASE_TYPES[:primary_key] = "int(11) auto_increment PRIMARY KEY"
|
|
end |