lib/hanami/model/migrator/mysql_adapter.rb in hanami-model-1.0.0.rc1 vs lib/hanami/model/migrator/mysql_adapter.rb in hanami-model-1.0.0

- old
+ new

@@ -8,10 +8,10 @@ class MySQLAdapter < Adapter # @since 0.7.0 # @api private PASSWORD = 'MYSQL_PWD'.freeze - # @since 1.0.0.beta1 + # @since 1.0.0 # @api private DB_CREATION_ERROR = 'Database creation failed. If the database exists, ' \ 'then its console may be open. See this issue for more details: ' \ 'https://github.com/hanami/model/issues/250'.freeze