Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: DB queries cleanups #8740

Merged
merged 4 commits into from
Apr 12, 2024
Merged

docs: DB queries cleanups #8740

merged 4 commits into from
Apr 12, 2024

Conversation

mmomjian
Copy link
Contributor

No description provided.

@mmomjian mmomjian added the documentation Improvements or additions to documentation label Apr 12, 2024
@@ -17,7 +17,7 @@ The `"originalFileName"` column is the name of the file at time of upload, inclu
:::

```sql title="Find by original filename"
SELECT * FROM "assets" WHERE "originalFileName" = 'PXL_20230903_232542848';
SELECT * FROM "assets" WHERE "originalFileName" = 'PXL_20230903_232542848.jpg';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch.

@mertalev mertalev enabled auto-merge (squash) April 12, 2024 03:43
@mertalev mertalev merged commit 3eb61a9 into immich-app:main Apr 12, 2024
23 of 24 checks passed
@mmomjian mmomjian deleted the pg-cleanup branch April 12, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants