Skip to content
New issue

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

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

Already on GitHub? # to your account

No chants in my local database have a differentia_new value #701

Closed
jacobdgm opened this issue Jun 6, 2023 · 2 comments
Closed

No chants in my local database have a differentia_new value #701

jacobdgm opened this issue Jun 6, 2023 · 2 comments
Assignees
Labels
necessary for full launch Need to implement before NewCantus fully replaces OldCantus priority: medium

Comments

@jacobdgm
Copy link
Contributor

jacobdgm commented Jun 6, 2023

looking into #694, I discovered that none of the chants in my local database have a differentia_new value:

>>> from main_app.models import Chant
>>> w_diff_n = Chant.objects.filter(differentia_new__isnull = False)
>>> w_diff_n.first()
>>> w_diff_n.count()
0

We may need to update our data syncing scripts, as this value is evidently being missed.

@jacobdgm
Copy link
Contributor Author

jacobdgm commented Jun 6, 2023

see also #693

@jacobdgm jacobdgm self-assigned this Jun 21, 2023
@jacobdgm jacobdgm added necessary for full launch Need to implement before NewCantus fully replaces OldCantus and removed necessary for soft launch Need to implement before NewCantus is publicly announced labels Jun 22, 2023
@jacobdgm
Copy link
Contributor Author

taking the database from Production and plugging it in locally, this seems not to be a problem. Not sure what was going on here, but it seems no longer to be a problem. Closing.

>>> from main_app.models import Chant
>>> Chant.objects.filter(differentia_new__isnull=False).count()
132128
>>> Chant.objects.filter(differentia__isnull=False).count()
176892

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
necessary for full launch Need to implement before NewCantus fully replaces OldCantus priority: medium
Projects
None yet
Development

No branches or pull requests

1 participant