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

feat(workers): Adds publisher and author og:meta tags to Bookmark #1118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erik-nilcoast
Copy link
Contributor

No description provided.

Copy link
Collaborator

@MohamedBassem MohamedBassem left a comment

Choose a reason for hiding this comment

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

The build will probably fail because you have to regenerate the OpenAPI spec after adding new fields.

Comment on lines +153 to +152
author: text("author"),
publisher: text("publisher"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

The migration file seems to have not been refreshed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I got it this time.

@ebenoist ebenoist force-pushed the erik/author-publisher branch from 4066efe to 3e75a50 Compare March 12, 2025 22:50
@ebenoist ebenoist force-pushed the erik/author-publisher branch from 3e75a50 to f703188 Compare March 12, 2025 22:57
ALTER TABLE `bookmarkLinks` ADD `publisher` text;--> statement-breakpoint
ALTER TABLE `bookmarkLinks` ADD `datePublished` text;--> statement-breakpoint
ALTER TABLE `bookmarkLinks` ADD `dateModified` text;--> statement-breakpoint
ALTER TABLE `bookmarks` ADD `modifiedAt` integer;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This snuck in but isn't related to my changes. Maybe some local state or a bad migration?

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