mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 20:41:01 +00:00
4 lines
135 B
Ruby
4 lines
135 B
Ruby
|
class ActiveRecord::ConnectionAdapters::Mysql2Adapter
|
||
|
NATIVE_DATABASE_TYPES[:primary_key] = "int(11) auto_increment PRIMARY KEY"
|
||
|
end
|