Add support for database flavors to `swh db-init`
Closed
requested to merge generated-differential-D3997-source into generated-differential-D3997-target
- Sep 23, 2020
-
-
Nicolas Dandrimont authored
This allows us to create databases with names containing dashes, such as the ones advertised in the documentation of the `swh db create` command.
-
Nicolas Dandrimont authored
This matches the functionality advertised as examples in the documentation for the command.
-
Nicolas Dandrimont authored
This adds a "flavor initialization step" to the initialization of the database, after the execution of the sql file named *-flavor.sql. This adds a few sanity checks to warn if one of the underlying assumptions for this feature breaks.
-