1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 03:14:03 +00:00

Use % for CREATE % GRANT queries

This commit is contained in:
Samuel Štancl 2020-05-20 14:33:24 +02:00
parent 1329356b4b
commit e6e4548a22
5 changed files with 61 additions and 6 deletions

View file

@ -30,6 +30,15 @@ services:
MYSQL_PASSWORD: password
networks:
- testnet
mysql2:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: main
MYSQL_USER: user # redundant
MYSQL_PASSWORD: password
networks:
- testnet
postgres:
image: postgres:11
environment: