Skip to content

Commit

Permalink
Merge pull request #727 from openedx/eahmadjaved/ENT-9615-3
Browse files Browse the repository at this point in the history
migration: added migrations for user agreement model
  • Loading branch information
jajjibhai008 authored Oct 23, 2024
2 parents eac593b + fdf5a76 commit e635133
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Generated by Django 4.2.16 on 2024-10-23 08:16

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('subscriptions', '0072_customeragreement_button_label_in_modal_and_more'),
]

operations = [
migrations.RemoveField(
model_name='customeragreement',
name='hyper_link_text_for_expired_modal',
),
migrations.RemoveField(
model_name='customeragreement',
name='url_for_expired_modal',
),
migrations.RemoveField(
model_name='historicalcustomeragreement',
name='hyper_link_text_for_expired_modal',
),
migrations.RemoveField(
model_name='historicalcustomeragreement',
name='url_for_expired_modal',
),
]

0 comments on commit e635133

Please sign in to comment.