|
@@ -111,10 +111,10 @@ export async function normalLimit(ctx) {
|
|
// await copyLimit(OldMessages, TestMessages, 'id');
|
|
// await copyLimit(OldMessages, TestMessages, 'id');
|
|
// await copyLimit(OldRemote_application, TestRemote_application, 'id');
|
|
// await copyLimit(OldRemote_application, TestRemote_application, 'id');
|
|
|
|
|
|
- // await copyLimit(OldImages, TestImages, 'id');
|
|
|
|
|
|
+ await copyLimit(OldImages, TestImages, 'id');
|
|
// await copyLimit(OldSeries, TestSeries, 'id');
|
|
// await copyLimit(OldSeries, TestSeries, 'id');
|
|
// await copyLimit(OldStudies, TestStudies, 'id');
|
|
// await copyLimit(OldStudies, TestStudies, 'id');
|
|
- await copyLimit(OldPatient_infos, TestPatient_infos, 'id');
|
|
|
|
|
|
+ // await copyLimit(OldPatient_infos, TestPatient_infos, 'id');
|
|
}
|
|
}
|
|
|
|
|
|
export async function normal(ctx) {
|
|
export async function normal(ctx) {
|