Update scripts for creating offline db schema

This commit is contained in:
TeoV
2020-11-19 11:03:16 +02:00
committed by Dan Christian Bogos
parent 4153bd9f9e
commit 5d437a9631
2 changed files with 2 additions and 0 deletions

View File

@@ -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,

View File

@@ -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,