Reordering back issues

I’ve just published a back issue and it appears as the current issue. i’ve tried to reorder the issue but anything happen.
I’ve read somewhere in this forum that there is table custom_issue_orders that can be updated to solve this problems. Here is my table:
mysql> select * from custom_issue_orders;

|  issue_id |  journal_id  |  seq |

|        2   |          3  |   1  |
|       10   |          3  |   3  |
|       11   |          3  |   2  |
+------------+-------------+------+
3 rows in set (0.00 sec)

They are in date order but for the second that should be the first. Before doing a total mess in the database could someone give me any advice how to proceed?
Regards
Claudio

There is column called Current. You have to write 1 in that column for journal with number that is really current and type 0 in that issue number which is not current. You can find that in table Issues.

Thank you very much for your help, and I beg your pardon for not having answered you before

I hope you solved your issue. If you did not solve it I am willing to help you :slight_smile:
Thanks