Skip to content

brainbits/database-command

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2024
Feb 7, 2023
Feb 7, 2023
Feb 7, 2023
Feb 9, 2023
Jan 18, 2024
Feb 7, 2025
Feb 7, 2023
Feb 7, 2023
Jan 18, 2024
Jun 29, 2023

Repository files navigation

codecov

Installation

Register the commands in your services.yaml.

    Brainbits\DatabaseCommand\Command\SchemaExistsCommand: ~

    Brainbits\DatabaseCommand\Command\WaitForDatabaseCommand: ~

Usage

$ bin/console brainbits:database:wait-for-database --retry-seconds 3 --retry-count 100
$ bin/console brainbits:database:schema-exists