Commit b4554fa
committed
Delete duplicate recording rules before adding unique index.
Commit af5836e added a unique index to the record table to prevent
the creation of duplicate recording rules, primarly from the internal
web interface or mythweb. However, some users had already created
duplicate rules which caused the index creation to fail. This commit
changes the update to delete the duplicate rules before creating the
index.1 parent 92bf123 commit b4554fa
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2728 | 2728 | | |
2729 | 2729 | | |
2730 | 2730 | | |
| 2731 | + | |
| 2732 | + | |
| 2733 | + | |
| 2734 | + | |
| 2735 | + | |
| 2736 | + | |
| 2737 | + | |
2731 | 2738 | | |
2732 | 2739 | | |
2733 | 2740 | | |
| |||
0 commit comments