Skip to content

Comments

Fix missing migration for ticket model#1884

Merged
tykling merged 1 commit intobornhack:mainfrom
0xUnicorn:missing-ticket-migration
Jun 18, 2025
Merged

Fix missing migration for ticket model#1884
tykling merged 1 commit intobornhack:mainfrom
0xUnicorn:missing-ticket-migration

Conversation

@0xUnicorn
Copy link
Contributor

@0xUnicorn 0xUnicorn commented Jun 17, 2025

The comment field had the blank=True removed from this line:

comment = models.TextField(help_text="A comment about this PrizeTicket (what was it given for)")

This PR is just ./manage.py makemigrations nothing else.

I can alter the 0027 migration instead, so it doesn't include the blank=True field if no migration has been done.

field=models.TextField(blank=True, help_text='A comment about this PrizeTicket (what was it given for)'),

@0xUnicorn 0xUnicorn changed the title Fixing missing migration for ticket model Fix missing migration for ticket model Jun 17, 2025
@tykling
Copy link
Member

tykling commented Jun 18, 2025

thanks! ❤️

@tykling tykling merged commit 5a79fc5 into bornhack:main Jun 18, 2025
1 of 2 checks passed
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.

2 participants