Migrate albums and pictures to their own tables

This commit is contained in:
imperosol
2025-01-26 12:51:54 +01:00
parent 99d85e0361
commit dc8a678e39
23 changed files with 1490 additions and 137 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ document.addEventListener("alpine:init", () => {
full_size_url: "",
owner: "",
// biome-ignore lint/style/useNamingConvention: api is in snake_case
created_at: new Date(),
created_at: new Date(),
identifications: [] as IdentifiedUserSchema[],
},
/**