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

@@ -11,6 +11,10 @@ defmodule Mixer.Posts.Media do
postgres do
table "media"
repo Mixer.Repo
references do
reference :tweet, on_delete: :delete
end
end
typescript do