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

fix: Failed foreign key constraint check due to daily_video 0 #16798

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

emrysal
Copy link
Contributor

@emrysal emrysal commented Sep 24, 2024

What does this PR do?

Removes the 0 values as this breaks the foreign key constraint. 0'ing daily_video is deprecated after the introduction of isGlobal

@graphite-app graphite-app bot requested a review from a team September 24, 2024 18:45
@emrysal emrysal requested review from a team and removed request for a team September 24, 2024 18:45
Copy link
Contributor

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

Unknown release type "bugfix" found in pull request title "bugfix: Failed foreign key constraint check due to daily_video 0". 

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@github-actions github-actions bot added the ❗️ migrations contains migration files label Sep 24, 2024
@emrysal emrysal added this to the v4.6 milestone Sep 24, 2024
@keithwillcode keithwillcode added core area: core, team members only foundation labels Sep 24, 2024
@dosubot dosubot bot added the 🐛 bug Something isn't working label Sep 24, 2024
@emrysal emrysal changed the title bugfix: Failed foreign key constraint check due to daily_video 0 fix: Failed foreign key constraint check due to daily_video 0 Sep 24, 2024
Copy link

graphite-app bot commented Sep 24, 2024

Graphite Automations

"Add foundation team as reviewer" took an action on this PR • (09/24/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add ready-for-e2e label" took an action on this PR • (09/24/24)

1 label was added to this PR based on Keith Williams's automation.

@emrysal emrysal enabled auto-merge (squash) September 24, 2024 19:00
@emrysal emrysal merged commit 77af36e into main Sep 24, 2024
40 of 79 checks passed
@emrysal emrysal deleted the bugfix/foreign-key-constraint-must-exist branch September 24, 2024 19:15
Copy link
Contributor

E2E results are ready!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working core area: core, team members only foundation ❗️ migrations contains migration files ready-for-e2e
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants