You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> select count(*) from series_sales where second_price is not null and second_currency is null;
+----------+
| count(*) |
+----------+
| 0 |
+----------+
1 row in set (0.00 sec)
so I'm going to just fix this bug without migrating existing data.
There is similar bug when it's possible to specify alternative currency only. It won't be shown to user but will be written to database. There are no affected records, and I'm going to fix both bugs as part of this issue.
Regression after #675
The text was updated successfully, but these errors were encountered: