mirror of
https://github.com/stashapp/stash.git
synced 2025-12-26 18:29:08 +01:00
* Remove ID from PerformerPartial * Separate studio model from sqlite model * Separate movie model from sqlite model * Separate tag model from sqlite model * Separate saved filter model from sqlite model * Separate scene marker model from sqlite model * Separate gallery chapter model from sqlite model * Move ErrNoRows checks into sqlite, improve empty result error messages * Move SQLiteDate and SQLiteTimestamp to sqlite * Use changesetTranslator everywhere, refactor for consistency * Make PerformerStore.DestroyImage private * Fix rating on movie create |
||
|---|---|---|
| .. | ||
| blob | ||
| migrations | ||
| anonymise.go | ||
| anonymise_test.go | ||
| batch.go | ||
| blob.go | ||
| blob_migrate.go | ||
| blob_test.go | ||
| common.go | ||
| custom_migrations.go | ||
| database.go | ||
| date.go | ||
| driver.go | ||
| file.go | ||
| file_test.go | ||
| filter.go | ||
| filter_internal_test.go | ||
| fingerprint.go | ||
| folder.go | ||
| folder_test.go | ||
| functions.go | ||
| gallery.go | ||
| gallery_chapter.go | ||
| gallery_chapter_test.go | ||
| gallery_test.go | ||
| image.go | ||
| image_test.go | ||
| movies.go | ||
| movies_test.go | ||
| performer.go | ||
| performer_test.go | ||
| phash.go | ||
| query.go | ||
| record.go | ||
| regex.go | ||
| repository.go | ||
| saved_filter.go | ||
| saved_filter_test.go | ||
| scene.go | ||
| scene_marker.go | ||
| scene_marker_test.go | ||
| scene_test.go | ||
| scraped_item.go | ||
| setup_test.go | ||
| sql.go | ||
| stash_id_test.go | ||
| studio.go | ||
| studio_test.go | ||
| table.go | ||
| tables.go | ||
| tag.go | ||
| tag_test.go | ||
| timestamp.go | ||
| transaction.go | ||
| transaction_test.go | ||
| tx.go | ||
| values.go | ||