From 4f64e12620283fc73c1e102785c728aaa25099b6 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 2 May 2018 15:26:30 +0200 Subject: [PATCH] First commit --- .../V3__ForecastConfig_Gridstations.sql | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/main/resources/db/migration/V3__ForecastConfig_Gridstations.sql diff --git a/src/main/resources/db/migration/V3__ForecastConfig_Gridstations.sql b/src/main/resources/db/migration/V3__ForecastConfig_Gridstations.sql new file mode 100644 index 00000000..e994d1f2 --- /dev/null +++ b/src/main/resources/db/migration/V3__ForecastConfig_Gridstations.sql @@ -0,0 +1,25 @@ +/* + * Copyright (c) 2018 NIBIO <http://www.nibio.no/>. + * + * This file is part of VIPSLogic. + * VIPSLogic is free software: you can redistribute it and/or modify + * it under the terms of the NIBIO Open Source License as published by + * NIBIO, either version 1 of the License, or (at your option) any + * later version. + * + * VIPSLogic is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * NIBIO Open Source License for more details. + * + * You should have received a copy of the NIBIO Open Source License + * along with VIPSLogic. If not, see <http://www.nibio.no/licenses/>. + * + */ +/** + * Author: Tor-Einar Skog + * Created: May 2, 2018 + */ + +ALTER TABLE forecast_configuration +ADD COLUMN grid_weather_station_point_of_interest_ids INTEGER[]; \ No newline at end of file -- GitLab