Compare commits

..

1 Commits

Author SHA1 Message Date
Lauréline Guérin 508fcc9999
applications: add visible flag (#75115)
gitea/hobo/pipeline/head This commit looks good Details
2023-04-17 16:26:25 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('applications', '0011_element_type'),
]