diff --git a/application/src/main/data/upgrade/basic/schema_update.sql b/application/src/main/data/upgrade/basic/schema_update.sql index cf1fe42c05..8b53eda2bf 100644 --- a/application/src/main/data/upgrade/basic/schema_update.sql +++ b/application/src/main/data/upgrade/basic/schema_update.sql @@ -13,6 +13,7 @@ -- See the License for the specific language governing permissions and -- limitations under the License. -- + -- CALCULATED FIELD ADDITIONAL INFO ADDITION START ALTER TABLE calculated_field ADD COLUMN IF NOT EXISTS additional_info varchar;