mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-06 02:18:26 +02:00
19 lines
413 B
Python
19 lines
413 B
Python
# Generated by Django 4.1 on 2023-01-07 23:42
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("bookmarks", "0017_userprofile_enable_sharing"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="bookmark",
|
|
name="favicon_file",
|
|
field=models.CharField(blank=True, max_length=512),
|
|
),
|
|
]
|