refactor post reactions
This commit is contained in:
parent
2519fc77d2
commit
5379d29c5f
13 changed files with 129 additions and 97 deletions
|
@ -0,0 +1,4 @@
|
|||
-- Migration: AddTimestampToReaction
|
||||
-- Created at: 10/08/2025 15:21:32
|
||||
alter table blog.post_reaction
|
||||
add column created_at timestamptz;
|
Loading…
Add table
Add a link
Reference in a new issue