Skip to content

Commit

Permalink
build: capturing new migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Nov 1, 2023
1 parent 5df08af commit b470868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
echo "Running the LMS migrations."
./manage.py lms makemigrations
./manage.py lms migrate social_django
echo "Running the CMS migrations."
./manage.py cms makemigrations
# ./manage.py cms migrate
Expand Down
1 change: 1 addition & 0 deletions openedx/core/djangoapps/credit/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ class CreditProvider(TimeStampedModel):
)

display_name_testing = models.CharField(
null=True,
max_length=255,
help_text=gettext_lazy("Name of the credit provider displayed to users")
)
Expand Down

0 comments on commit b470868

Please sign in to comment.