fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
move progress to campaigns
[wolnelektury.git]
/
src
/
annoy
/
migrations
/
0022_remove_banner_progress_remove_banner_target.py
1
# Generated by Django 4.0.8 on 2026-03-31 11:21
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('annoy', '0021_campaign_data'),
10
]
11
12
operations = [
13
migrations.RemoveField(
14
model_name='banner',
15
name='progress',
16
),
17
migrations.RemoveField(
18
model_name='banner',
19
name='target',
20
),
21
]