Rename table (tp_lcrs -> tp_lcr)

This commit is contained in:
TeoV
2017-11-21 13:53:09 +02:00
committed by Dan Christian Bogos
parent 300ac101ce
commit 1a5815acde
3 changed files with 8 additions and 8 deletions

View File

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