Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Add missing watermarked column to audio loading table #125

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

obulat
Copy link
Contributor

@obulat obulat commented Jul 7, 2021

Audio table did not have watermarked field at first. @krysal pointed out to me in a PR review that we have it in the API, and should have it in the catalog, as well. I added it to the AudioStorage and to loader sql scripts, but forgot to add it to the sql script that creates the intermediary loading table. This PR fixes this.

This PR is also another reason why we should abstract the database column creation and writing code so that we can add a column in one place, and it updates everywhere. Instead of having to add a column to more than three places.

Signed-off-by: Olga Bulat [email protected]

@obulat obulat requested a review from a team as a code owner July 7, 2021 03:57
@obulat obulat requested review from zackkrida and krysal July 7, 2021 03:57
Copy link
Member

@krysal krysal left a comment

Choose a reason for hiding this comment

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

Thanks for catching this!

@obulat obulat merged commit 8bac45a into main Jul 7, 2021
@obulat obulat deleted the missing_audio_watermarked branch July 7, 2021 14:27
@zackkrida zackkrida added the ✨ goal: improvement Improvement to an existing user-facing feature label Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
✨ goal: improvement Improvement to an existing user-facing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants