Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions changelog.d/2022.removed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Removed outdated migrations files. See NOTES!

NOTES:

After checkout/install run

```
python manage.py migrate --prune argus_notificationprofile
python manage.py migrate --prune argus_incident
python manage.py migrate --prune argus_auth
```

to clean up in Django's hidden migrations table.
18 changes: 0 additions & 18 deletions src/argus/auth/migrations/0002_alter_user_first_name.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

class Migration(migrations.Migration):

replaces = [('argus_auth', '0002_alter_user_first_name'), ('argus_auth', '0003_delete_phonenumber'), ('argus_auth', '0004_add_preferences_model')]

dependencies = [
('argus_auth', '0001_initial'),
]
Expand Down
30 changes: 0 additions & 30 deletions src/argus/auth/migrations/0003_delete_phonenumber.py

This file was deleted.

46 changes: 0 additions & 46 deletions src/argus/auth/migrations/0004_add_preferences_model.py

This file was deleted.

180 changes: 0 additions & 180 deletions src/argus/incident/migrations/0001_initial.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

class Migration(migrations.Migration):

replaces = [('argus_incident', '0001_initial'), ('argus_incident', '0002_empty_source_incident_id'), ('argus_incident', '0003_incident_level'), ('argus_incident', '0004_add_ChangeEvent_proxy'), ('argus_incident', '0005_alter_event_type'), ('argus_incident', '0006_incident_search_text'), ('argus_incident', '0007_alter_event_type'), ('argus_incident', '0008_incident_metadata'), ('argus_incident', '0009_use_bigautofield_on_quickly_growing_tables')]

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
Expand Down
26 changes: 0 additions & 26 deletions src/argus/incident/migrations/0002_empty_source_incident_id.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/argus/incident/migrations/0003_incident_level.py

This file was deleted.

29 changes: 0 additions & 29 deletions src/argus/incident/migrations/0004_add_ChangeEvent_proxy.py

This file was deleted.

Loading
Loading