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

Add migration to add video table #1137

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Add migration to add video table #1137

merged 1 commit into from
Aug 3, 2023

Conversation

seanh
Copy link
Contributor

@seanh seanh commented Jul 31, 2023

No description provided.

@seanh seanh requested a review from marcospri July 31, 2023 15:11
sa.Column(
"updated", sa.DateTime(), server_default=sa.text("now()"), nullable=False
),
sa.Column("id", sa.Integer(), autoincrement=True, nullable=False),
Copy link
Member

Choose a reason for hiding this comment

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

Same as with the other migration, we could move this to the top to reflect the mixins.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍 Done

Base automatically changed from transcript-migration to main August 1, 2023 10:59
@seanh seanh force-pushed the video-table-migration branch 2 times, most recently from 83bd031 to 5c159cc Compare August 1, 2023 16:52
@seanh seanh changed the base branch from main to cache-video-titles August 1, 2023 16:52
@seanh seanh changed the base branch from cache-video-titles to main August 1, 2023 16:57
@seanh seanh merged commit 665a5cb into main Aug 3, 2023
7 checks passed
@seanh seanh deleted the video-table-migration branch August 3, 2023 11:36
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 this pull request may close these issues.

2 participants