mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-26 05:12:11 +00:00
18 lines
343 B
Python
18 lines
343 B
Python
# Generated by Django 4.2.16 on 2025-08-08 21:56
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("libraries", "0030_commitauthor_user"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="library",
|
|
name="active_development",
|
|
),
|
|
]
|