Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
feat(database): Added aurora as allowed engine for mysql2 adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Pheasey authored and ajgon committed Jan 16, 2017
1 parent b0375a6 commit a2789f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/drivers_db_mysql.rb
Expand Up @@ -3,7 +3,7 @@ module Drivers
module Db
class Mysql < Base
adapter :mysql2
allowed_engines :mysql, :mysql2, :mariadb
allowed_engines :mysql, :mysql2, :mariadb, :aurora
packages debian: 'libmysqlclient-dev', rhel: 'mysql-devel'
end
end
Expand Down

0 comments on commit a2789f0

Please sign in to comment.