(CTTC) Implement logic to remove per-component databases
Proposers
- Lluis Gifre (CTTC)
Description
Implement logic to remove per-component databases, i.e., those whose name is prefixed with tfs_
, when setting CRDB_DROP_DATABASE_IF_EXISTS
is set to YES
.
Right now, only old default tfs
database is removed.
Demo or definition of done
When deploying, if setting CRDB_DROP_DATABASE_IF_EXISTS
is set to YES
, all databases with name prefixed with tfs
should be removed.
References
None