|
@@ -295,7 +295,7 @@ public class PushController {
|
|
|
" INDEX [i_push_result_" + ym + "_push_idx] ([push_idx]),\r\n" +
|
|
|
" INDEX [i_push_result_" + ym + "_success_yn] ([success_yn]),\r\n" +
|
|
|
" INDEX [i_push_result_" + ym + "_state] ([state]),\r\n" +
|
|
|
- " INDEX [i_push_result_" + ym + "_update_date] ([update_date]),\r\n" +
|
|
|
+ " INDEX [i_push_result_" + ym + "_update_date] ([update_date])\r\n" +
|
|
|
// " CONSTRAINT [fk_push_result_" + ym + "_push_idx] FOREIGN KEY([push_idx]) REFERENCES [patient_care] ([patient_idx]) ON DELETE NO ACTION ON UPDATE NO ACTION\r\n" +
|
|
|
")\r\n" +
|
|
|
"REUSE_OID,\r\n" +
|
|
@@ -334,7 +334,7 @@ public class PushController {
|
|
|
" INDEX [i_push_result_" + ym + "_push_idx] ([push_idx]),\r\n" +
|
|
|
" INDEX [i_push_result_" + ym + "_success_yn] ([success_yn]),\r\n" +
|
|
|
" INDEX [i_push_result_" + ym + "_state] ([state]),\r\n" +
|
|
|
- " INDEX [i_push_result_" + ym + "_update_date] ([update_date]),\r\n" +
|
|
|
+ " INDEX [i_push_result_" + ym + "_update_date] ([update_date])\r\n" +
|
|
|
// " CONSTRAINT [fk_push_result_" + ym + "_push_idx] FOREIGN KEY([push_idx]) REFERENCES [patient_care] ([patient_idx]) ON DELETE NO ACTION ON UPDATE NO ACTION\r\n" +
|
|
|
")\r\n" +
|
|
|
"REUSE_OID,\r\n" +
|