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
@@ -73,7 +73,7 @@ class PictureSchema(ModelSchema):
fields = [
"id",
"name",
"date",
"created_at",
"updated_at",
"size",
"is_moderated",