Mercurial > p > roundup > code
diff CHANGES.txt @ 6208:74784dd531c8
Add importtables roundup-admin command.
I am surprised this doesn't exist. It's the dual of exporttables.
Output of exporttables can't be imported by import, so I am not sure
why it's useful. I can't find the sourceforge ticket that is
referenced in the creation of exporttables.
I considered trapping the error generated when import can't find file
content, but that's not a great idea as it can mask an
invalid/incorrect export and the loss of data associated with it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 28 Jun 2020 20:16:26 -0400 |
| parents | 6e0c4d50b97e |
| children | 50960479f627 b89301acca0e |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jun 27 20:02:26 2020 -0400 +++ b/CHANGES.txt Sun Jun 28 20:16:26 2020 -0400 @@ -55,6 +55,8 @@ - New parameter @stats for REST interface that provides the same performance stats as the web interface's CGI_SHOW_TIMING env variable. (John Rouillard) +- New roundup-admin command importtables allows importing just the + database dump created by exporttables. (John Rouillard) 2020-04-05 2.0.0 beta 0
