-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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.
author: text("author"), | ||
publisher: text("publisher"), |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
4066efe
to
3e75a50
Compare
3e75a50
to
f703188
Compare
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; |
There was a problem hiding this comment.
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?
No description provided.