Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
tank
Commits
c865695b
Commit
c865695b
authored
Dec 09, 2021
by
David Trattnig
Browse files
Add contrib script to create database.
#26
parent
a3c24f45
Pipeline
#1137
failed with stages
in 5 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/postgres-create-database.sql
0 → 100644
View file @
c865695b
\
c
postgres
create
database
aura_tank
;
create
user
aura_tank
with
encrypted
password
'1234'
;
grant
all
privileges
on
database
aura_tank
to
aura_tank
;
Write
Preview
Supports
Markdown
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