Daniel Dilly

Results 7 comments of Daniel Dilly

That is not entirely correct. Please see the documentation [here](https://sequelize.org/master/manual/paranoid.html). Setting paranoid on the model simply adds the deletedAt field and makes deletes not happen. However, there is another paranoid...

I'm having the same issue. I'm using sequelize-paper-trail v3.0.1 and sequelize v5.21.3. I have set enableMigrations to true and this works to add the "revision" column to my "Customers" table...

I manually created the revisions table and changed the type of document from JSONB to TEXT as I'm using MySQL. It appears to be working now. I think this should...

What I ended up doing was checking if the tables exist, and if they do not, then syncing only those 2 tables: ``` try { const revisionsExists = await models.sequelize.query("SELECT...

Connecting the scenes_video from the Load Video and Segment node directly to the Live Portrait node appears to have fixed the issue.

After adding this pipeline function Open WebUI doesn't load for me anymore. I just get a black background. How can I fix this? This was the first function I ever...

I removed the container and re-added it and it still doesn't work. ``` 2025-04-24 12:06:37 File "/app/backend/open_webui/utils/models.py", line 55, in get_all_base_models 2025-04-24 12:06:37 function_models = await get_function_models(request) 2025-04-24 12:06:37 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...