Skip to content

Commit ad572a6

Browse files
author
Dennis Labordus
committed
Added Flyway and done some refactoring to make the projects work with both implementations.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent e4be419 commit ad572a6

File tree

1 file changed

+6
-0
lines changed
  • repository-postgresql/src/main/resources/org/lfenergy/compas/scl/data/repository/postgres/db/migration

1 file changed

+6
-0
lines changed

repository-postgresql/src/main/resources/org/lfenergy/compas/scl/data/repository/postgres/db/migration/V1_0__create_scl_file.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
SPDX-FileCopyrightText: 2021 Alliander N.V.
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
--
28
-- Creating table to hold SCL Data. The SCL is identified by it's ID, but there can be multiple versions.
39
--

0 commit comments

Comments
 (0)