diff --git a/model/lantern/lantern_resource.rb b/model/lantern/lantern_resource.rb index 1c24ccba2..877bafe6b 100644 --- a/model/lantern/lantern_resource.rb +++ b/model/lantern/lantern_resource.rb @@ -236,6 +236,25 @@ def delete_logical_subscription(name) representative_server.run_query_all("DROP SUBSCRIPTION IF EXISTS #{name}") end + def mark_switchover_start + commands = <