mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-29 05:51:22 +00:00
5 lines
194 B
Ruby
5 lines
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
|