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

Remove GeoTag.user #1036

Open
alastair opened this issue Nov 20, 2017 · 1 comment · May be fixed by #1820
Open

Remove GeoTag.user #1036

alastair opened this issue Nov 20, 2017 · 1 comment · May be fixed by #1820

Comments

@alastair
Copy link
Member

Geotags have a user field, which doesn't make a lot of sense given that they are added to a Sound by the sound's uploader.

See if there are any cases where a geotag is added by a different user. If there aren't any, remove the field.

@alastair alastair added this to the Current milestone Nov 20, 2017
@alastair
Copy link
Member Author

select * from sounds_sound s left join geotags_geotag g on s.geotag_id=g.id where g.user_id <> s.user_id; returns no rows

@ffont ffont removed this from the Current milestone Dec 13, 2023
@alastair alastair linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants