Commit 4ea68be
committed
[fix] Fixed 0060_cleanup_api_task_notification_types (missing dep)
This migration lacked an explicit dependency on the notifications
module's migrations, which could cause it to run before the
NotificationSetting model is available, resulting in a crash.1 parent d5bc8a1 commit 4ea68be
File tree
1 file changed
+4
-0
lines changed- openwisp_controller/config/migrations
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments