Skip to content

Commit 01e2961

Browse files
committed
add migrations
1 parent a49eb47 commit 01e2961

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 5.1.15 on 2026-02-28 14:51
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('game_dev', '0027_remove_game_itchgameembedid_game_itchgameplayableid'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='game',
15+
name='hostURL',
16+
field=models.URLField(blank=True, max_length=2083),
17+
),
18+
]

0 commit comments

Comments
 (0)