TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

fix: set byte length for operation.logs column #589

Closed SteBaum closed 6 months ago

SteBaum commented 6 months ago

Which issue(s) this PR fixes

Fixes None

Additional comments

Deployment on MariaDB fails if no byte length is set for the column logs in table operation. The length has been set at 10 000 000. It has been tested with 1 000 000 and it worked. The maximum length in a deployment is grafana_server_config | 611501.

In PR #590 a test is included which adds text in the logs column to see if passes on every database.

Agreements