Browse Source
Extend post comment schema and sqlite migration metadata to persist optional guest email and an explicit anonymous flag for upcoming guest comment flows. Made-with: Cursormain
4 changed files with 1186 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
ALTER TABLE `post_comments` ADD `guest_email` text;--> statement-breakpoint |
|||
ALTER TABLE `post_comments` ADD `guest_is_anonymous` integer DEFAULT false NOT NULL; |
|||
File diff suppressed because it is too large
Loading…
Reference in new issue