Skip to content

Commit

Permalink
Merge pull request #803 from aaxelb/chore/remove-squashed
Browse files Browse the repository at this point in the history
[chore] remove squashed migrations, dead code
  • Loading branch information
aaxelb committed May 10, 2023
2 parents d21584f + f6272b4 commit a91bf0b
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 6,847 deletions.
32 changes: 0 additions & 32 deletions api/migrations/0001_create_application.py

This file was deleted.

4 changes: 0 additions & 4 deletions api/migrations/0001_ensure_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ def ensure_application(apps, schema_editor):

class Migration(migrations.Migration):

replaces = [
('api', '0001_create_application'),
]

dependencies = [
('oauth2_provider', '0002_08_updates'),
('share', '0061_ensure_auto_users'),
Expand Down
2 changes: 1 addition & 1 deletion osf_oauth2_adapter/migrations/0002_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Migration(migrations.Migration):

dependencies = [
('osf_oauth2_adapter', '0001_make_human_group'),
('share', '0001_initial_squashed_0020_auto_20170206_2114'),
('share', '0061_ensure_auto_users'),
('sites', '0002_alter_domain_unique'),
('socialaccount', '0003_extra_data_default_dict'),
]
Expand Down
267 changes: 0 additions & 267 deletions share/ingest/change_builder.py

This file was deleted.

0 comments on commit a91bf0b

Please sign in to comment.