mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 05:34:14 -04:00
add migration
This commit is contained in:
parent
9fc9f52cfb
commit
0036e9cce2
1 changed files with 18 additions and 0 deletions
18
archivebox/core/migrations/0017_auto_20210219_0211.py
Normal file
18
archivebox/core/migrations/0017_auto_20210219_0211.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.1.3 on 2021-02-19 02:11
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('core', '0016_auto_20210218_1204'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='tag',
|
||||
name='slug',
|
||||
field=models.SlugField(blank=True, max_length=100, unique=True, verbose_name='slug'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue