mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Rename table (tp_lcrs -> tp_lcr)
This commit is contained in:
committed by
Dan Christian Bogos
parent
300ac101ce
commit
1a5815acde
@@ -491,8 +491,8 @@ CREATE TABLE tp_filters (
|
||||
-- Table structure for table `tp_lcr`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS tp_lcrs;
|
||||
CREATE TABLE tp_lcrs (
|
||||
DROP TABLE IF EXISTS tp_lcr;
|
||||
CREATE TABLE tp_lcr (
|
||||
`pk` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`tpid` varchar(64) NOT NULL,
|
||||
`tenant` varchar(64) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user