Skip to content

Commit

Permalink
api: More migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
okbrandon committed Nov 15, 2024
1 parent 27581f0 commit 49c9ff7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions backend/api/migrations/0039_delete_gametoken.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 5.0.6 on 2024-11-15 00:11

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('api', '0038_merge_20241114_0911'),
]

operations = [
migrations.DeleteModel(
name='GameToken',
),
]

0 comments on commit 49c9ff7

Please sign in to comment.