Skip to content

Commit

Permalink
補migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sih4sing5hong5 committed Apr 13, 2021
1 parent 4e0637e commit 84e8250
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 用字/migrations/0003_alter_用字表_分詞.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 3.2 on 2021-04-13 02:32

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('用字', '0002_用字管理表'),
]

operations = [
migrations.AlterField(
model_name='用字表',
name='分詞',
field=models.CharField(blank=True, max_length=20),
),
]

0 comments on commit 84e8250

Please sign in to comment.