Skip to content

Commit

Permalink
Restored direct changes to migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shashigharti committed Sep 14, 2023
1 parent 9f5d65f commit d796161
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Generated by Django 4.2.3 on 2023-08-16 06:13

from django.db import migrations, models


Expand All @@ -15,7 +17,7 @@ class Migration(migrations.Migration):
("yellow_box", "Yellow Box"),
("white_box", "White Box"),
("transparent_title", "Transparent with Title"),
("transparent_no_title", "Transparent without Title"),
("transparent", "Transparent"),
("background_rounded", "Rounded corners"),
("blue", "Blue Background"),
("yellow", "Yellow Background"),
Expand Down

0 comments on commit d796161

Please sign in to comment.