Skip to content

Commit

Permalink
Remove mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
philippthun authored Mar 12, 2024
1 parent b7a9b57 commit d601835
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cloud_controller/db_migrator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def initialize(db, max_migration_duration_in_minutes=nil, max_migration_statemen
end

@db.run("SET statement_timeout TO #{@max_statement_runtime_in_milliseconds}") if @db.database_type == :postgres
@db.run("SET SESSION MAX_EXECUTION_TIME=#{@max_statement_runtime_in_milliseconds}") if @db.database_type == :mysql
end

def apply_migrations(opts={})
Expand Down

0 comments on commit d601835

Please sign in to comment.