Skip to content

Commit 6c69c73

Browse files
authored
Merge pull request #212 from Xpirix/merge_migrations
Merge migrations
2 parents a2d7e3c + 4b317f4 commit 6c69c73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 4.2.23 on 2026-01-09 01:03
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
("plugins", "0015_merge_20260108_0425"),
10+
("plugins", "0016_remove_version_soft_delete"),
11+
]
12+
13+
operations = []

0 commit comments

Comments
 (0)