Bin
2025-12-17 21f0498f62ada55651f4d232327e15fc47f498b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 3.2.16 on 2022-12-16 13:04
 
from django.db import migrations, models
 
 
class Migration(migrations.Migration):
 
    dependencies = [
        ('io_storages', '0010_auto_20221014_1708'),
    ]
 
    operations = [
        migrations.AddField(
            model_name='gcsstoragemixin',
            name='google_project_id',
            field=models.TextField(blank=True, help_text='Google project ID', null=True, verbose_name='Google Project ID'),
        ),
    ]