-
I've run the migrations against a MySQL database, and they are failing on the following migration:
``2019_09_25_103421_update_task_results_duration_type``
with the following error:
``
SQLSTATE[…
-
Migration is failed on Postgres with error:
`Doctrine\DBAL\Driver\PDOException::("SQLSTATE[42804]: Datatype mismatch: 7 ERROR: column "duration" cannot be cast automatically to type numeric
HINT: …
-
I can't istall package, i have a problem with migration
![image](https://user-images.githubusercontent.com/3183704/92915218-a5770300-f42c-11ea-88a1-f91ce963e269.png)
postgresql 12
php 7.4
ubuntu…
-
I was having issues with totem, so I rolled back the migrations, and that broke the application. I then composer removed / updated and tried to reinstall totem. This is what I get when I'm trying to i…
-
Windows 10
Laravel 5.8
Totem 5.2
In production, when I update my task, the tasks page is update but when I click on my task I still see the old values.
Work find in dev.
Need help please
-
Love your dashboard and use it in many of my applications!
I wish it was updated in realtime, just like Laravel Horizon is.
Right now I'll have both the Horizon and Totem dashboards opened and H…
-
When my task is fired manually with EXECUTE button, command works like as a charm. But when the same taks is fired by 'totem frequencies' it crashes with missing argument error:
![totem](https://us…
-
Hello,
I encountered the error below when I run `php artisan migrate:refresh`
```
Rolling back: 2018_07_06_165603_add_indexes_for_tasks
Illuminate\Database\QueryException : SQLSTATE[42000]…
-
Problem: Totem scheduled tasks are still running, even if they are disabled (value in db is correct => 'is_active'=0). Any solutions for this?
### System details
- Laravel: v5.5.49
- Totem: v2.4.…
-
Windows 10
laravel/framework": "5.8.*"
laravel/horizon": "^3.2"
When I execute this cmd `composer require studio/laravel-totem --ignore-platform-reqs`
I have this error ...
`Problem 1
- Co…