mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update scripts for creating offline db schema
This commit is contained in:
committed by
Dan Christian Bogos
parent
4153bd9f9e
commit
5d437a9631
@@ -358,6 +358,7 @@ CREATE TABLE tp_routes (
|
||||
`route_filter_ids` varchar(64) NOT NULL,
|
||||
`route_account_ids` varchar(64) NOT NULL,
|
||||
`route_ratingplan_ids` varchar(64) NOT NULL,
|
||||
`route_rate_profile_ids` varchar(64) NOT NULL,
|
||||
`route_resource_ids` varchar(64) NOT NULL,
|
||||
`route_stat_ids` varchar(64) NOT NULL,
|
||||
`route_weight` decimal(8,2) NOT NULL,
|
||||
|
||||
@@ -350,6 +350,7 @@ CREATE TABLE tp_routes (
|
||||
"route_filter_ids" varchar(64) NOT NULL,
|
||||
"route_account_ids" varchar(64) NOT NULL,
|
||||
"route_ratingplan_ids" varchar(64) NOT NULL,
|
||||
"route_rate_profile_ids" varchar(64) NOT NULL,
|
||||
"route_resource_ids" varchar(64) NOT NULL,
|
||||
"route_stat_ids" varchar(64) NOT NULL,
|
||||
"route_weight" decimal(8,2) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user