Jan Böhmer
Jan Böhmer
I have slightly changed the migration (into basically what @kilrah) reported as succesful. For MySQL this is bascially the same as before, for sqlite its slightly different, but this should...
> upgrading from 1.14.2 to 1.16.2 and i get > >  Have you tried to upgrade before? What database server are you running?
@tpazdera @Kabelkrant I think your problem is that with the way you are calling the database migration, you are applying the migrations to the wrong kind of database, as your...
> I solved it with adding "command: ["--log_bin_trust_function_creators=1"]" to my docker-compose.yml > > However I'm not sure if it's the right way to do it? @MVM6508 That is actually a...
@Kabelkrant > Can’t the docker not automigrate when it senses the database is out of date during startup of the container? Calling the migrating script at container startup is not...
@sochartgit That is most likely the same problem as above. You must run the migrations with `sudo docker exec --user=www-data partdb php bin/console doctrine:migrations:migrate`, or if you want to to...
> 5\. Ran an HTTP\GET request including my API key in the header as a bearer token on https://my.server.local/en/kicad-api/v1 and received 200 OK and the following response: > `{ "categories":...
There was a caching bug, that a category does not necessarily become visible, after the part was changed so it becomes visible. This is fixed now. However this should have...
I wonder if it might be better to use the fulltext seach capabilities of the database then trying to implement more complex searches ourselves.
I think this is more an enhancement, than a bug, as it is more a convenience feature. The inheritance works as designed (the value is always inherited, when the part...