feat: ofm-修改字段

This commit is contained in:
zty 2025-09-12 14:43:35 +08:00
parent 8bcd9b7d03
commit 643c45882f
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 3.2.12 on 2025-09-12 06:42
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('ofm', '0007_auto_20250911_1441'),
]
operations = [
migrations.RemoveField(
model_name='borrowrecord',
name='borrow_user',
),
]