Skip to content

Commit 58ba97b

Browse files
committed
Removed double listing of "address" into EXTRA_TABLES.
1 parent aebf41f commit 58ba97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/opensipsdbctl.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ INSTALL_PRESENCE_TABLES=${INSTALL_PRESENCE_TABLES:-ask}
2929

3030
# Used by dbtext and db_berkeley to define tables to be created, used by
3131
# postgres to do the grants
32-
STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases domain grp uri speed_dial pdt subscriber location re_grp address address missed_calls usr_preferences aliases silo dialog dispatcher dialplan dr_gateways dr_rules dr_groups dr_carriers dr_partitions rtpproxy_sockets load_balancer}
32+
STANDARD_TABLES=${STANDARD_TABLES:-version acc dbaliases domain grp uri speed_dial pdt subscriber location re_grp address missed_calls usr_preferences aliases silo dialog dispatcher dialplan dr_gateways dr_rules dr_groups dr_carriers dr_partitions rtpproxy_sockets load_balancer}
3333
EXTRA_TABLES=${EXTRA_TABLES:-imc_members imc_rooms cpl sip_trace domainpolicy carrierroute route_tree carrierfailureroute userblacklist globalblacklist b2b_entities b2b_logic cachedb registrant cc_flows cc_agents cc_cdrs cc_calls fraud_detection emergency_routing emergency_report}
3434
PRESENCE_TABLES=${PRESENCE_TABLES:-presentity active_watchers watchers xcap pua rls_presentity rls_watchers}
3535

0 commit comments

Comments
 (0)