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
69a8cb97
Commit
69a8cb97
authored
Dec 15, 2021
by
Ernesto Rico Schmidt
Browse files
Clean-up sql files
parent
c6fc7954
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/postgres-create-database.sql
deleted
100644 → 0
View file @
c6fc7954
\
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