]>
BookStack Code Mirror - bookstack/blob - dev/docker/init.db/01.sql
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Deps: Updated composer/npm packages, fixed test namespace
[bookstack]
/
dev
/
docker
/
init.db
/
01.sql
1
# create test database
2
CREATE DATABASE IF NOT EXISTS `bookstack-test`;
3
4
# grant rights
5
GRANT ALL PRIVILEGES ON `bookstack-test`.* TO 'bookstack-test'@'%';
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.