Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix squashed migration #113

Merged
merged 1 commit into from
Feb 19, 2018
Merged

Fix squashed migration #113

merged 1 commit into from
Feb 19, 2018

Conversation

blueyed
Copy link

@blueyed blueyed commented Feb 2, 2018

This removes he following from
0010_connect_squashed_0026_merge_20171106_2259's replaces:

('pinax_stripe', '0025_remove_subscription_stripe_account'),
('pinax_stripe', '0016_auto_20171106_1234'),
('pinax_stripe', '0014_auto_20171026_1304'),
('pinax_stripe', '0017_merge_20171106_2201'),
('pinax_stripe', '0026_merge_20171106_2259'),

It was necessary for me to get the
0010_connect_squashed_0026_merge_20171106_2259 migration to be
recognized when in the following state (manage.py showmigrations):

[X] 0010_connect
[X] 0011_rename_account_transfers_payout
[X] 0011_auto_20171121_1648
[X] 0012_merge_20171121_1652
[X] 0013_charge_outcome
[ ] 0014_blank_with_null
[ ] 0015_blank_account_legal_entity_dob

This removes he following from
0010_connect_squashed_0026_merge_20171106_2259's `replaces`:

    ('pinax_stripe', '0025_remove_subscription_stripe_account'),
    ('pinax_stripe', '0016_auto_20171106_1234'),
    ('pinax_stripe', '0014_auto_20171026_1304'),
    ('pinax_stripe', '0017_merge_20171106_2201'),
    ('pinax_stripe', '0026_merge_20171106_2259'),

It was necessary for me to get the
0010_connect_squashed_0026_merge_20171106_2259 migration to be
recognized when in the following state (`manage.py showmigrations`):

    [X] 0010_connect
    [X] 0011_rename_account_transfers_payout
    [X] 0011_auto_20171121_1648
    [X] 0012_merge_20171121_1652
    [X] 0013_charge_outcome
    [ ] 0014_blank_with_null
    [ ] 0015_blank_account_legal_entity_dob
@codecov
Copy link

codecov bot commented Feb 2, 2018

Codecov Report

Merging #113 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #113   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files          33       33           
  Lines        1966     1966           
  Branches      178      178           
=======================================
  Hits         1946     1946           
  Misses         12       12           
  Partials        8        8
Flag Coverage Δ
#py27dj111 98.98% <ø> (ø) ⬆️
#py36dj20psql 98.98% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8dac91...bed114b. Read the comment docs.

@blueyed blueyed merged commit c9f6284 into lock8:next Feb 19, 2018
@blueyed blueyed deleted the migrations branch February 19, 2018 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant