Commit 6a0bb6bf authored by Yorick Peterse's avatar Yorick Peterse Committed by Marin Jankovski

Merge branch 'zj-disable-timeout-migration' into 'master'

Disable timeout while removing services

Closes #25976

See merge request !8322
parent 0e7857fe
......@@ -4,6 +4,8 @@ class RemoveUnneededServices < ActiveRecord::Migration
DOWNTIME = false
def up
disable_statement_timeout
execute("DELETE FROM services WHERE active = false AND properties = '{}';")
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment