mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
19 lines
431 B
Python
19 lines
431 B
Python
# Generated by Django 4.2.22 on 2025-09-08 19:21
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('cookbook', '0224_space_ai_credits_balance_space_ai_credits_monthly_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='space',
|
|
name='ai_enabled',
|
|
field=models.BooleanField(default=True),
|
|
),
|
|
]
|