You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hy there. I can't get Migrations running with LeafAPI. It always breaks with error on line 14 (var capsule is invalid). php leaf db:install worked and the database was created successfully. php leaf db:migrate fails.
Can you help me with this? Thanks a lot!
Versions, i'm using:
PHP 8
Leaf 2.6.0
Aloe 1.1.0
Edit//
It seems to be related to last commit 0ca6097
Maybe a dependency conflict?
The text was updated successfully, but these errors were encountered:
Hi @jhintringer, sorry about this. You're right about Leaf v2.6 being the problem, Leaf API is actually supposed to receive an update which hasn't been published yet, so until that's done, pls revert to the prior version of Leaf. Thanks for pointing this out.
Hy there. I can't get Migrations running with LeafAPI. It always breaks with error on line 14 (var capsule is invalid).
php leaf db:install
worked and the database was created successfully.php leaf db:migrate
fails.Can you help me with this? Thanks a lot!
Versions, i'm using:
Edit//
It seems to be related to last commit 0ca6097
Maybe a dependency conflict?
The text was updated successfully, but these errors were encountered: