mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:27:00 +00:00
update migration file again
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user