mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Initial commit
This commit is contained in:
18
dcc/roster/migrations/0008_cab_epoch.py
Normal file
18
dcc/roster/migrations/0008_cab_epoch.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0 on 2021-12-15 23:05
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('roster', '0007_alter_cab_image'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='cab',
|
||||
name='epoch',
|
||||
field=models.CharField(blank=True, max_length=32),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user