Skip to content

Commit

Permalink
Merge pull request #414 from jbonicioli/master
Browse files Browse the repository at this point in the history
modified source and target table for registrant table migration
(cherry picked from commit 60e03a1)
  • Loading branch information
bogdan-iancu committed Feb 18, 2015
1 parent c8226d6 commit 611b49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/opensipsdbctl.mysql
Expand Up @@ -481,9 +481,9 @@ migrate_table ${dst_db}.imc_members \
# runtime data only, nothing to migrate

## REGISTRANT module
migrate_table ${dst_db}.sip_trace \
migrate_table ${dst_db}.registrant \
"id,registrar,proxy,aor,third_party_registrant,username,password,binding_URI,binding_params,expiry,forced_socket" \
${src_db}.sip_trace \
${src_db}.registrant \
"?id,?registrar,?proxy,?aor,?third_party_registrant,?username,?password,?binding_URI,?binding_params,?expiry,?forced_socket"

## SIPTRACE module
Expand Down

0 comments on commit 611b49a

Please sign in to comment.