1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge pull request #6564 from marc1706/ticket/13162

[ticket/13162] Add truncate table functionality to database tools
This commit is contained in:
Marc Alexander
2024-02-23 19:57:49 +01:00
committed by GitHub
22 changed files with 144 additions and 113 deletions

View File

@@ -19,6 +19,7 @@ services:
- '@user'
- '@cache.driver'
- '@dbal.conn'
- '@dbal.tools'
- '@auth'
- '@log'
- '@config'

View File

@@ -26,6 +26,7 @@ services:
arguments:
- '@config'
- '@dbal.conn'
- '@dbal.tools'
- '@event_dispatcher'
- '@language'
- '@user'