Skip to content

Commit 4dd65bf

Browse files
rebased and updated
Manually updated alembic patch, will have to do that again next rebase.
1 parent eb394ac commit 4dd65bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

backend/alembic/versions/0064_add_netplayid.py renamed to backend/alembic/versions/0070_add_netplayid.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""add netplayid to users table
22
3-
Revision ID: 0064_add_netplayid
4-
Revises: 0063_roms_metadata_player_count
3+
Revision ID: 0070_add_netplayid
4+
Revises: 0069_sibling_roms_fs_name
55
Create Date: 2026-01-18 00:00:00.000000
66
77
"""
@@ -10,8 +10,8 @@
1010
from alembic import op
1111

1212
# revision identifiers, used by Alembic.
13-
revision = "0064_add_netplayid"
14-
down_revision = "0063_roms_metadata_player_count"
13+
revision = "0070_add_netplayid"
14+
down_revision = "0069_sibling_roms_fs_name"
1515
branch_labels = None
1616
depends_on = None
1717

112 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)