slightly changed how files are stored in the bucket and allows post deletion

This commit is contained in:
2026-03-31 17:12:40 -04:00
parent 1c1830b086
commit 53467cd611
7 changed files with 295 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ defmodule Mixer.Posts.TweetLike do
postgres do
table "tweet_likes"
repo Mixer.Repo
references do
reference :tweet, on_delete: :delete
end
end
actions do