update migration file again

This commit is contained in:
Georges-Antoine Assi
2026-02-03 23:39:23 -05:00
parent 7b926ec7b6
commit 0b0756fa38
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
"""Add device-based save synchronization
Revision ID: 0069_sibling_roms_fs_name
Revises: 0068_save_sync
Revision ID: 0068_save_sync
Revises: 0067_romfile_category_enum_cheat
Create Date: 2026-01-17
"""
@@ -9,8 +9,8 @@ Create Date: 2026-01-17
import sqlalchemy as sa
from alembic import op
revision = "0069_sibling_roms_fs_name"
down_revision = "0068_save_sync"
revision = "0068_save_sync"
down_revision = "0067_romfile_category_enum_cheat"
branch_labels = None
depends_on = None

View File

@@ -1,7 +1,7 @@
"""Add fs_name_no_tags fallback matching to sibling_roms view
Revision ID: 0069_sibling_roms_fs_name
Revises: 0067_romfile_category_enum_cheat
Revises: 0068_save_sync
Create Date: 2026-02-03 19:07:00.000000
"""
@@ -13,7 +13,7 @@ from utils.database import is_postgresql
# revision identifiers, used by Alembic.
revision = "0069_sibling_roms_fs_name"
down_revision = "0067_romfile_category_enum_cheat"
down_revision = "0068_save_sync"
branch_labels = None
depends_on = None