commit | 1d7e9532fb49ea8ca4a8924c28720cd6eb61a572 | [log] [tgz] |
---|---|---|
author | Cheng Tang <cheng.tang@supwisdom.com> | 周二 7月 02 08:59:12 2013 +0800 |
committer | Cheng Tang <cheng.tang@supwisdom.com> | 周二 7月 02 08:59:12 2013 +0800 |
tree | bfc0b819701dfaef84c55bd635693b4cb867faf6 | |
parent | b09b022122a6c3762eb03ef73a11661591f9d35c [diff] [blame] |
增加 pre_dst_exec 配置,可以在目标库执行pre sql
diff --git a/convert-example.json b/convert-example.json index d1a2b4b..2053606 100755 --- a/convert-example.json +++ b/convert-example.json
@@ -38,6 +38,7 @@ OPENDATE, CLOSEDATE, CARDVERNO, LASTSAVED", "remark": "导入卡表前更新 begin_time 不能为空", "pre_exec" : ["update ykt_cur.t_pif_card set begin_time='20061001' where card_id=43430"], + "dst_pre_exec": ["update t_card where cardid=10"], "post_exec": ["update t_card set cardphytype=20"] } ]