Skip to content

Commit

Permalink
fix(migrations): added database migration
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Cruz <manuelmcruz@tecnico.ulisboa.pt>
  • Loading branch information
JoaoCodificacoes and manuelmcruz committed Jun 19, 2024
1 parent 85bcd52 commit 5602981
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions weblate/accounts/migrations/0001_squashed_weblate_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,14 @@ class Migration(migrations.Migration):
"Pending suggestions exist",
),
("ToDoStringsNotification", "Unfinished strings exist"),
(
"LanguageTranslatedNotificaton",
"Language was translated",
),
(
"ComponentTranslatedNotificaton",
"Component was translated",
),
],
max_length=100,
),
Expand Down
1 change: 1 addition & 0 deletions weblate/trans/migrations/0001_squashed_weblate_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,7 @@ class Migration(migrations.Migration):
(67, "Removed category"),
(68, "Renamed category"),
(69, "Moved category"),
(75, "Component translated"),
],
default=2,
),
Expand Down

0 comments on commit 5602981

Please sign in to comment.