Bin
2025-12-16 971a2a12c03b74dd2d7d668b9dbc599f5131bcaf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 3.2.13 on 2022-07-06 12:02
 
from django.db import migrations, models
 
 
class Migration(migrations.Migration):
 
    dependencies = [
        ('projects', '0016_auto_20220211_2218'),
    ]
 
    operations = [
        migrations.AddField(
            model_name='project',
            name='pinned_at',
            field=models.DateTimeField(default=None, help_text='Pinned date and time', null=True, verbose_name='pinned at'),
        ),
    ]