This commit is contained in:
Kieran Eglin 2024-03-25 11:56:12 -07:00
parent c7f61699b5
commit ec8026dbaa
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -69,6 +69,7 @@ defmodule Pinchflat.Boot.PreJobStartupTasks do
Settings.fetch!(:pro_enabled, false) Settings.fetch!(:pro_enabled, false)
end end
# TODO: turn into a migration
defp backfill_uuids do defp backfill_uuids do
# This is a one-time backfill to ensure that all media items have a UUID # This is a one-time backfill to ensure that all media items have a UUID
# This is important for the RSS feed and the streaming endpoint # This is important for the RSS feed and the streaming endpoint