mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Step two (broken)
This commit is contained in:
16
ram/roster/migrations/0036_delete_rollingstockdocument.py
Normal file
16
ram/roster/migrations/0036_delete_rollingstockdocument.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.1.4 on 2025-02-09 13:47
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("roster", "0035_alter_rollingstock_shop"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name="RollingStockDocument",
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user