feat: 城市手册后端完成 - 用户/区域/内容/服务/审核系统
This commit is contained in:
22
city-manual/backend/content/migrations/0003_initial.py
Normal file
22
city-manual/backend/content/migrations/0003_initial.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# Generated by Django 4.2.11 on 2026-04-10 12:05
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('services', '0001_initial'),
|
||||
('content', '0002_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='rating',
|
||||
name='service',
|
||||
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, related_name='ratings', to='services.featuredservice'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user