This website requires JavaScript.
Explore
Help
Register
Sign In
castad
/
aio2o-infrakit
Watch
3
Star
0
Fork
You've already forked aio2o-infrakit
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3d9161d515
aio2o-infrakit
/
config
/
database
/
postgresql
/
init.sql
5 lines
80 B
SQL
Raw
Blame
History
CREATE
ROLE
IF
NOT
EXISTS
devadmin
WITH
LOGIN
PASSWORD
'
test!
'
SUPERUSER
;
Reference in New Issue
View Git Blame
Copy Permalink