mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Reorganize scripts
This commit is contained in:
parent
8947a6f9f6
commit
ead4d7bf2d
13 changed files with 4 additions and 0 deletions
1
docker/scripts/db/mysql.sh
Normal file
1
docker/scripts/db/mysql.sh
Normal file
|
@ -0,0 +1 @@
|
|||
#!/usr/bin/env bash
|
1
docker/scripts/db/oracle.sh
Normal file
1
docker/scripts/db/oracle.sh
Normal file
|
@ -0,0 +1 @@
|
|||
#!/usr/bin/env bash
|
1
docker/scripts/db/postgres.sh
Normal file
1
docker/scripts/db/postgres.sh
Normal file
|
@ -0,0 +1 @@
|
|||
#!/usr/bin/env bash
|
1
docker/scripts/db/sqlite.sh
Normal file
1
docker/scripts/db/sqlite.sh
Normal file
|
@ -0,0 +1 @@
|
|||
#!/usr/bin/env bash
|
Loading…
Add table
Reference in a new issue