Martin Mitterhauser
Martin Mitterhauser
Perfect, thank you. That was the way I was looking for. :-)
Hi @jhuckaby, is it safe to remove old file using a command like this? This should remove all files oder than 90 days ... ``` find /opt/cronicle/data/jobs -type f -mtime...
The only issue is, that on the "Event history" page of the events I still have entries, which spill an error because the detail information is no longer available. How...
Perfect :-) Any estimate, when v2 will be available?
No worries, thank you for your support and product.
I have the following lines in my `bootstrap.php` to skip `dropTable()`. ``` // Load one or more SQL files. (new SchemaLoader())->loadSqlFiles(['tests/schema-structure.sql'], 'test', false); ``` In `tests/schema-structure.sql` I will drop and...
I made my suggestions via pull request https://github.com/maiconpinto/cakephp-adminlte-theme/pull/123