peolic

Results 5 issues of peolic

The `date accuracy` migration added in #810 ([`42_date_columns.up.sql`](https://github.com/stashapp/stash-box/blob/master/pkg/database/migrations/postgres/42_date_columns.up.sql)) does not migrate the edit data. Example from StashDB: https://stashdb.org/edits/140cf443-3985-4375-a20b-965a9dbbb82b (the input was '1996') Examples from my old dev database. I assume...

Implement the option to amend/update already-submitted edits, prior to their application/rejection. This will help immensely in resolving conflicts (when they are identified ahead of time), correcting mistakes (typos, missing/incorrect data,...

enhancement

someone was trying to filter performers by tattoos (a filter which is not implemented) trim the graphql schema and keep only the filters that are currently implemented, based on buildQuery...

This affects production ([v0.5.3](https://github.com/stashapp/stash-box/releases/tag/v0.5.3)), as well as current develop. #### **To Reproduce** Steps to reproduce the behavior: 1. Existing performer with (for example) height set to 170 cm. 2. Make...

help wanted