Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
db7bba4f
Unverified
Commit
db7bba4f
authored
May 20, 2021
by
Jerome Boucher
Committed by
Jerome Boucher
May 20, 2021
Browse files
Merge branch 'fix/16927_authorization_schema_sql' into 'develop'
Fix/16927 authorization schema sql See merge request
!666
parent
f61ac1a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bundle/medona/Resources/sql/schema.pgsql.sql
View file @
db7bba4f
DROP
SCHEMA
IF
EXISTS
"medona"
CASCADE
;
CREATE
SCHEMA
"medona"
AUTHORIZATION
postgres
;
CREATE
SCHEMA
"medona"
;
-- Table: "medona"."archivalAgreement"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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