[boardgames] Adding email scrobbler for BG Stats
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
# Generated by Django 4.2.19 on 2025-07-03 02:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
(
|
||||
"profiles",
|
||||
"0024_userprofile_bgstat_id_userprofile_imap_auto_import_and_more",
|
||||
),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name="userprofile",
|
||||
old_name="bgstat_id",
|
||||
new_name="bgstats_id",
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user