Schema reconciliation + index hygiene, and the weekly base-image refresh #243

Merged
bvandeusen merged 17 commits from dev into main 2026-08-31 08:34:55 -04:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit b1bd2531ad - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ feedback_check_existing_enums):
from datetime import datetime
from sqlalchemy import BigInteger, DateTime, ForeignKey, Index, Integer, JSON, String, Text, text
from sqlalchemy import JSON, BigInteger, DateTime, ForeignKey, Index, Integer, String, Text, text
from sqlalchemy.orm import Mapped, mapped_column
from .base import Base
+1 -1
View File
@@ -9,12 +9,12 @@ artist-filter queries don't depend on the Source detour).
from datetime import datetime
from sqlalchemy import (
JSON,
CheckConstraint,
DateTime,
ForeignKey,
Index,
Integer,
JSON,
String,
Text,
UniqueConstraint,
+1 -1
View File
@@ -6,11 +6,11 @@ Multiple sources per artist support creators with cross-platform presence.
from datetime import datetime
from sqlalchemy import (
JSON,
Boolean,
DateTime,
ForeignKey,
Integer,
JSON,
String,
Text,
UniqueConstraint,