mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
dec054eed8
removed compmod council group from staff page fixed some errors with missing database entries
3 lines
135 B
Ruby
3 lines
135 B
Ruby
class ActiveRecord::ConnectionAdapters::Mysql2Adapter
|
|
NATIVE_DATABASE_TYPES[:primary_key] = "int(11) auto_increment PRIMARY KEY"
|
|
end
|