Joerg Schuetter

Results 3 comments of Joerg Schuetter
trafficstars

If you are brave, you could set the max-version to 24 in `apps/drawio/appinfo/info.xml` ``` ```

Removing one index via `drop index idx_last_editor;` seems to be a workaround, but I do not know if this slows things down. The index was defined as `"idx_last_editor" btree (last_editor,...

I was able to create a index which hits on looking for not null values, and does not have the issue regarding the size limitation. `create index idx_last_editor on oc_deck_cards...