Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse openK User Modules
org.eclipse.openk-usermodules.gridFailureInformation.backend
Commits
20db2563
Commit
20db2563
authored
Feb 14, 2020
by
dietricf
Browse files
Backend init
parent
ac85b920
Changes
2
Hide whitespace changes
Inline
Side-by-side
gfsBackendService/src/main/resources/db/migration/V0_1__CREATE_GFI_DB.sql
View file @
20db2563
...
...
@@ -33,11 +33,6 @@ GRANT ALL ON TABLE public.VERSION TO GFI_SERVICE;
INSERT
INTO
public
.
VERSION
(
ID
,
VERSION
)
VALUES
(
1
,
'00-DEV'
);
ALTER
TABLE
public
.
VERSION
OWNER
TO
GFI_SERVICE
;
GRANT
ALL
ON
TABLE
public
.
VERSION
TO
GFI_SERVICE
;
INSERT
INTO
public
.
VERSION
(
ID
,
VERSION
)
VALUES
(
1
,
'00-DEV'
);
...
...
gfsBackendService/src/main/resources/db/migration/V0_2__CREATE_GFI_DB.sql
View file @
20db2563
...
...
@@ -34,11 +34,6 @@ GRANT ALL ON TABLE public.VERSION TO GFI_SERVICE;
INSERT
INTO
public
.
VERSION
(
ID
,
VERSION
)
VALUES
(
1
,
'00-DEV'
);
ALTER
TABLE
public
.
VERSION
OWNER
TO
GFI_SERVICE
;
GRANT
ALL
ON
TABLE
public
.
VERSION
TO
GFI_SERVICE
;
INSERT
INTO
public
.
VERSION
(
ID
,
VERSION
)
VALUES
(
1
,
'00-DEV'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment