Commit 4a2e3e7
committed
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.1 parent 090754b commit 4a2e3e7
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1345 | 1345 | | |
1346 | 1346 | | |
1347 | 1347 | | |
1348 | | - | |
| 1348 | + | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | 1351 | | |
| |||
1403 | 1403 | | |
1404 | 1404 | | |
1405 | 1405 | | |
1406 | | - | |
| 1406 | + | |
1407 | 1407 | | |
1408 | 1408 | | |
1409 | 1409 | | |
| |||
1427 | 1427 | | |
1428 | 1428 | | |
1429 | 1429 | | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
1430 | 1437 | | |
1431 | 1438 | | |
1432 | 1439 | | |
| |||
0 commit comments