# ============LICENSE_START=======================================================
-# Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved.
+# Copyright (C) 2025-2026 OpenInfra Foundation Europe. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
- changeSet:
author: policy
id: 1800-1
+ preConditions:
+ - onFail: MARK_RAN
+ - columnExists:
+ tableName: AutomationCompositionElement
+ columnName: restarting
changes:
- dropColumn:
tableName: AutomationCompositionElement
- changeSet:
author: policy
id: 1800-2
+ preConditions:
+ - onFail: MARK_RAN
+ - columnExists:
+ tableName: NodeTemplateState
+ columnName: restarting
changes:
- dropColumn:
tableName: NodeTemplateState
- changeSet:
author: policy
id: 1800-3
+ preConditions:
+ - onFail: MARK_RAN
+ - not:
+ - columnExists:
+ tableName: AutomationCompositionElement
+ columnName: migrationState
changes:
- addColumn:
tableName: AutomationCompositionElement