mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-11 10:41:19 +00:00
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
|