Fix DB Model.

This commit is contained in:
2025-07-09 18:21:23 +02:00
parent 092a8b7084
commit 2d18849267
4 changed files with 29 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ POSTGRES_MIGRATIONS = [
'postgres_only_migration.py', # Main migration from commit 4214e88 onward
'add_note_sharing.sql', # Add note sharing functionality
'remove_email_preferences.sql', # Remove unused email preference columns
'add_time_preferences.sql', # Add time formatting and rounding preferences
]