· 8 years ago · Jul 31, 2018, 09:32 PM
1-- MySQL dump 10.15 Distrib 10.0.34-MariaDB, for Linux (x86_64)
2--
3-- Host: mysql3.blazingfast.io Database: truesprx_NewDatabase
4-- ------------------------------------------------------
5-- Server version 10.1.28-MariaDB-1~xenial
6
7/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10/*!40101 SET NAMES utf8 */;
11/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
12/*!40103 SET TIME_ZONE='+00:00' */;
13/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
14/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
15/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
16/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
17
18--
19-- Table structure for table `adminredeems`
20--
21
22DROP TABLE IF EXISTS `adminredeems`;
23/*!40101 SET @saved_cs_client = @@character_set_client */;
24/*!40101 SET character_set_client = utf8 */;
25CREATE TABLE `adminredeems` (
26 `id` int(11) NOT NULL AUTO_INCREMENT,
27 `userid` int(11) NOT NULL,
28 `license` text NOT NULL,
29 `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
30 PRIMARY KEY (`id`)
31) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
32/*!40101 SET character_set_client = @saved_cs_client */;
33
34--
35-- Dumping data for table `adminredeems`
36--
37
38LOCK TABLES `adminredeems` WRITE;
39/*!40000 ALTER TABLE `adminredeems` DISABLE KEYS */;
40INSERT INTO `adminredeems` (`id`, `userid`, `license`, `date`) VALUES (1,1,'75DE-VOIR-2VQ3','2018-03-14 19:58:45');
41/*!40000 ALTER TABLE `adminredeems` ENABLE KEYS */;
42UNLOCK TABLES;
43
44--
45-- Table structure for table `adminstuff`
46--
47
48DROP TABLE IF EXISTS `adminstuff`;
49/*!40101 SET @saved_cs_client = @@character_set_client */;
50/*!40101 SET character_set_client = utf8 */;
51CREATE TABLE `adminstuff` (
52 `id` int(11) NOT NULL AUTO_INCREMENT,
53 `UserId` int(11) NOT NULL DEFAULT '0',
54 `1` int(11) NOT NULL DEFAULT '0',
55 `2` int(11) NOT NULL DEFAULT '0',
56 `3` int(11) NOT NULL DEFAULT '0',
57 PRIMARY KEY (`id`)
58) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
59/*!40101 SET character_set_client = @saved_cs_client */;
60
61--
62-- Dumping data for table `adminstuff`
63--
64
65LOCK TABLES `adminstuff` WRITE;
66/*!40000 ALTER TABLE `adminstuff` DISABLE KEYS */;
67INSERT INTO `adminstuff` (`id`, `UserId`, `1`, `2`, `3`) VALUES (1,1,0,0,0);
68/*!40000 ALTER TABLE `adminstuff` ENABLE KEYS */;
69UNLOCK TABLES;
70
71--
72-- Table structure for table `credits`
73--
74
75DROP TABLE IF EXISTS `credits`;
76/*!40101 SET @saved_cs_client = @@character_set_client */;
77/*!40101 SET character_set_client = utf8 */;
78CREATE TABLE `credits` (
79 `id` int(11) NOT NULL AUTO_INCREMENT,
80 `UserID` text NOT NULL,
81 `Credits` int(11) NOT NULL,
82 `spin_for_credits_timeout` text NOT NULL,
83 PRIMARY KEY (`id`)
84) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=latin1;
85/*!40101 SET character_set_client = @saved_cs_client */;
86
87--
88-- Dumping data for table `credits`
89--
90
91LOCK TABLES `credits` WRITE;
92/*!40000 ALTER TABLE `credits` DISABLE KEYS */;
93INSERT INTO `credits` (`id`, `UserID`, `Credits`, `spin_for_credits_timeout`) VALUES (20,'1',22,'2018-07-27 12:54:37'),(21,'2',0,'2018-03-12 09:28:32'),(22,'3',0,'2018-07-25 08:43:41'),(23,'4',20,'2018-07-27 12:54:29'),(24,'5',0,'2018-07-25 01:01:49');
94/*!40000 ALTER TABLE `credits` ENABLE KEYS */;
95UNLOCK TABLES;
96
97--
98-- Table structure for table `downloadstotal`
99--
100
101DROP TABLE IF EXISTS `downloadstotal`;
102/*!40101 SET @saved_cs_client = @@character_set_client */;
103/*!40101 SET character_set_client = utf8 */;
104CREATE TABLE `downloadstotal` (
105 `ID` int(11) NOT NULL,
106 `One` int(155) NOT NULL,
107 `Two` int(155) NOT NULL,
108 PRIMARY KEY (`ID`)
109) ENGINE=InnoDB DEFAULT CHARSET=latin1;
110/*!40101 SET character_set_client = @saved_cs_client */;
111
112--
113-- Dumping data for table `downloadstotal`
114--
115
116LOCK TABLES `downloadstotal` WRITE;
117/*!40000 ALTER TABLE `downloadstotal` DISABLE KEYS */;
118INSERT INTO `downloadstotal` (`ID`, `One`, `Two`) VALUES (5392,1,1);
119/*!40000 ALTER TABLE `downloadstotal` ENABLE KEYS */;
120UNLOCK TABLES;
121
122--
123-- Table structure for table `menu_settings`
124--
125
126DROP TABLE IF EXISTS `menu_settings`;
127/*!40101 SET @saved_cs_client = @@character_set_client */;
128/*!40101 SET character_set_client = utf8 */;
129CREATE TABLE `menu_settings` (
130 `id` int(11) NOT NULL AUTO_INCREMENT,
131 `userid` int(11) NOT NULL,
132 `1` int(11) NOT NULL DEFAULT '0',
133 `2` int(11) NOT NULL DEFAULT '0',
134 `3` int(11) NOT NULL DEFAULT '0',
135 `4` int(11) NOT NULL DEFAULT '0',
136 `5` int(11) NOT NULL DEFAULT '0',
137 `6` int(11) NOT NULL DEFAULT '0',
138 `7` int(11) NOT NULL DEFAULT '0',
139 `8` int(11) NOT NULL DEFAULT '0',
140 `9` int(11) NOT NULL DEFAULT '0',
141 `10` int(11) NOT NULL DEFAULT '0',
142 `11` int(11) NOT NULL DEFAULT '0',
143 `12` int(11) NOT NULL DEFAULT '0',
144 `13` int(11) NOT NULL DEFAULT '0',
145 `14` int(5) NOT NULL DEFAULT '0',
146 `15` int(5) NOT NULL DEFAULT '0',
147 `16` int(5) NOT NULL DEFAULT '0',
148 `17` int(5) NOT NULL DEFAULT '0',
149 `18` int(5) NOT NULL DEFAULT '0',
150 `19` int(5) NOT NULL DEFAULT '0',
151 `20` int(5) NOT NULL DEFAULT '0',
152 `21` int(5) NOT NULL DEFAULT '0',
153 `22` int(5) NOT NULL DEFAULT '0',
154 `23` int(5) NOT NULL DEFAULT '0',
155 `24` int(5) NOT NULL DEFAULT '0',
156 `25` int(5) NOT NULL DEFAULT '0',
157 PRIMARY KEY (`id`),
158 UNIQUE KEY `id` (`id`),
159 UNIQUE KEY `userid` (`userid`),
160 KEY `id_2` (`id`)
161) ENGINE=InnoDB DEFAULT CHARSET=latin1;
162/*!40101 SET character_set_client = @saved_cs_client */;
163
164--
165-- Dumping data for table `menu_settings`
166--
167
168LOCK TABLES `menu_settings` WRITE;
169/*!40000 ALTER TABLE `menu_settings` DISABLE KEYS */;
170/*!40000 ALTER TABLE `menu_settings` ENABLE KEYS */;
171UNLOCK TABLES;
172
173--
174-- Table structure for table `menulogs`
175--
176
177DROP TABLE IF EXISTS `menulogs`;
178/*!40101 SET @saved_cs_client = @@character_set_client */;
179/*!40101 SET character_set_client = utf8 */;
180CREATE TABLE `menulogs` (
181 `version` text NOT NULL,
182 `license` text NOT NULL,
183 `psn` text NOT NULL,
184 `psid` text NOT NULL,
185 `ip` text NOT NULL,
186 `country` text NOT NULL,
187 `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
188) ENGINE=InnoDB DEFAULT CHARSET=latin1;
189/*!40101 SET character_set_client = @saved_cs_client */;
190
191--
192-- Dumping data for table `menulogs`
193--
194
195LOCK TABLES `menulogs` WRITE;
196/*!40000 ALTER TABLE `menulogs` DISABLE KEYS */;
197INSERT INTO `menulogs` (`version`, `license`, `psn`, `psid`, `ip`, `country`, `time`) VALUES ('V1','1337-1337-1337','','','','','2018-03-13 17:35:18'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:25'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:30'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:36'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:49'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:18'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:25'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:30'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:36'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:49'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:18'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:25'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:30'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:36'),('V1','1337-1337-1337','','','','','2018-03-13 17:35:49');
198/*!40000 ALTER TABLE `menulogs` ENABLE KEYS */;
199UNLOCK TABLES;
200
201--
202-- Table structure for table `payments`
203--
204
205DROP TABLE IF EXISTS `payments`;
206/*!40101 SET @saved_cs_client = @@character_set_client */;
207/*!40101 SET character_set_client = utf8 */;
208CREATE TABLE `payments` (
209 `id` int(11) NOT NULL AUTO_INCREMENT,
210 `price_paid` text NOT NULL,
211 `name` text NOT NULL,
212 `token` text NOT NULL,
213 `payment_id` text NOT NULL,
214 `status` text NOT NULL,
215 `merchant_id` text NOT NULL,
216 `thedate` text NOT NULL,
217 `service` text NOT NULL,
218 PRIMARY KEY (`id`)
219) ENGINE=InnoDB DEFAULT CHARSET=latin1;
220/*!40101 SET character_set_client = @saved_cs_client */;
221
222--
223-- Dumping data for table `payments`
224--
225
226LOCK TABLES `payments` WRITE;
227/*!40000 ALTER TABLE `payments` DISABLE KEYS */;
228/*!40000 ALTER TABLE `payments` ENABLE KEYS */;
229UNLOCK TABLES;
230
231--
232-- Table structure for table `redeemed_licenses`
233--
234
235DROP TABLE IF EXISTS `redeemed_licenses`;
236/*!40101 SET @saved_cs_client = @@character_set_client */;
237/*!40101 SET character_set_client = utf8 */;
238CREATE TABLE `redeemed_licenses` (
239 `id` int(11) NOT NULL AUTO_INCREMENT,
240 `userid` int(11) NOT NULL,
241 `license` text NOT NULL,
242 `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
243 PRIMARY KEY (`id`)
244) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
245/*!40101 SET character_set_client = @saved_cs_client */;
246
247--
248-- Dumping data for table `redeemed_licenses`
249--
250
251LOCK TABLES `redeemed_licenses` WRITE;
252/*!40000 ALTER TABLE `redeemed_licenses` DISABLE KEYS */;
253INSERT INTO `redeemed_licenses` (`id`, `userid`, `license`, `date`) VALUES (1,1,'PDHL-QZ1J-7U73','2018-07-27 08:32:18');
254/*!40000 ALTER TABLE `redeemed_licenses` ENABLE KEYS */;
255UNLOCK TABLES;
256
257--
258-- Table structure for table `referralid`
259--
260
261DROP TABLE IF EXISTS `referralid`;
262/*!40101 SET @saved_cs_client = @@character_set_client */;
263/*!40101 SET character_set_client = utf8 */;
264CREATE TABLE `referralid` (
265 `id` int(11) NOT NULL AUTO_INCREMENT,
266 `userid` int(11) NOT NULL,
267 `refid` text NOT NULL,
268 `currentAmount` int(11) NOT NULL,
269 `totalAmount` int(11) NOT NULL,
270 PRIMARY KEY (`id`)
271) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
272/*!40101 SET character_set_client = @saved_cs_client */;
273
274--
275-- Dumping data for table `referralid`
276--
277
278LOCK TABLES `referralid` WRITE;
279/*!40000 ALTER TABLE `referralid` DISABLE KEYS */;
280INSERT INTO `referralid` (`id`, `userid`, `refid`, `currentAmount`, `totalAmount`) VALUES (2,1,'JackDev',1,6),(3,2,'RedDevil Bot',0,0),(4,3,'',0,0),(5,4,'AdrianisNotDaddy',0,0),(6,5,'Opa',0,0);
281/*!40000 ALTER TABLE `referralid` ENABLE KEYS */;
282UNLOCK TABLES;
283
284--
285-- Table structure for table `sb`
286--
287
288DROP TABLE IF EXISTS `sb`;
289/*!40101 SET @saved_cs_client = @@character_set_client */;
290/*!40101 SET character_set_client = utf8 */;
291CREATE TABLE `sb` (
292 `id` int(11) NOT NULL AUTO_INCREMENT,
293 `message` text NOT NULL,
294 `user` int(11) NOT NULL,
295 `staffLevel` int(11) NOT NULL,
296 `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
297 PRIMARY KEY (`id`)
298) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1;
299/*!40101 SET character_set_client = @saved_cs_client */;
300
301--
302-- Dumping data for table `sb`
303--
304
305LOCK TABLES `sb` WRITE;
306/*!40000 ALTER TABLE `sb` DISABLE KEYS */;
307INSERT INTO `sb` (`id`, `message`, `user`, `staffLevel`, `time`) VALUES (1,'Shoutbox has been cleared by LiveModz',2,4,'2018-07-27 08:39:30'),(2,'Hi',1,4,'2018-07-27 08:43:12'),(3,'Hello',1,4,'2018-07-27 08:43:26'),(4,'Hello',1,4,'2018-07-27 08:43:35'),(5,'Hello',1,4,'2018-07-27 08:43:39'),(6,'test',3,1,'2018-07-27 09:35:07'),(7,'hola',4,1,'2018-07-27 12:49:23'),(8,'fkjmdf',4,1,'2018-07-27 12:49:34'),(9,'hi',4,1,'2018-07-27 12:50:00'),(10,'cool',4,1,'2018-07-27 12:50:16'),(11,'LiveModz Has just Been UnBanned From Pyschosis',23367,4,'2018-07-27 12:52:46'),(12,'test',1,4,'2018-07-27 12:52:58'),(13,'AdrianisNotDaddy Has just Been UnBanned From Pyschosis',23367,1,'2018-07-27 12:53:07'),(14,'hi dad',1,4,'2018-07-27 12:53:14'),(15,'AdrianisNotDaddy Has just Been UnBanned From Pyschosis',23367,1,'2018-07-27 12:53:38'),(16,'AdrianisNotDaddy Has just Been UnBanned From Pyschosis',23367,1,'2018-07-27 12:53:40'),(17,'haha',1,4,'2018-07-27 12:54:04'),(18,'ur fuxed',1,4,'2018-07-27 12:54:08'),(19,'lol',1,4,'2018-07-27 12:54:12'),(20,'/chat unban AdrianisNotDaddy',1,4,'2018-07-27 12:54:41'),(21,'my grandpa is now gonna be in here',1,4,'2018-07-27 12:56:23'),(22,'i got him a key:D',1,4,'2018-07-27 12:56:31'),(23,'peter',1,4,'2018-07-27 12:58:29'),(24,'is',1,4,'2018-07-27 12:58:34'),(25,'opa has arrived',5,1,'2018-07-27 12:59:28');
308/*!40000 ALTER TABLE `sb` ENABLE KEYS */;
309UNLOCK TABLES;
310
311--
312-- Table structure for table `store`
313--
314
315DROP TABLE IF EXISTS `store`;
316/*!40101 SET @saved_cs_client = @@character_set_client */;
317/*!40101 SET character_set_client = utf8 */;
318CREATE TABLE `store` (
319 `id` int(11) NOT NULL AUTO_INCREMENT,
320 `userid` int(11) NOT NULL,
321 `1` int(11) NOT NULL,
322 `2` int(11) NOT NULL,
323 `3` int(11) NOT NULL,
324 `4` int(11) NOT NULL,
325 `5` int(11) NOT NULL,
326 `6` int(11) NOT NULL,
327 `7` int(11) NOT NULL,
328 `8` int(11) NOT NULL,
329 `9` int(11) NOT NULL,
330 `10` int(11) NOT NULL,
331 `11` int(11) NOT NULL,
332 `12` int(11) NOT NULL,
333 `13` int(11) NOT NULL,
334 `14` int(11) NOT NULL,
335 `15` int(11) NOT NULL,
336 `16` int(11) NOT NULL,
337 `17` int(11) NOT NULL,
338 `18` int(11) NOT NULL,
339 `19` int(11) NOT NULL,
340 `20` int(11) NOT NULL,
341 `currentlyActive` int(11) NOT NULL,
342 PRIMARY KEY (`id`)
343) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
344/*!40101 SET character_set_client = @saved_cs_client */;
345
346--
347-- Dumping data for table `store`
348--
349
350LOCK TABLES `store` WRITE;
351/*!40000 ALTER TABLE `store` DISABLE KEYS */;
352INSERT INTO `store` (`id`, `userid`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `13`, `14`, `15`, `16`, `17`, `18`, `19`, `20`, `currentlyActive`) VALUES (2,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,9),(3,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,9),(4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
353/*!40000 ALTER TABLE `store` ENABLE KEYS */;
354UNLOCK TABLES;
355
356--
357-- Table structure for table `users`
358--
359
360DROP TABLE IF EXISTS `users`;
361/*!40101 SET @saved_cs_client = @@character_set_client */;
362/*!40101 SET character_set_client = utf8 */;
363CREATE TABLE `users` (
364 `id` int(11) NOT NULL AUTO_INCREMENT,
365 `Key` varchar(50) NOT NULL,
366 `username` varchar(45) DEFAULT '',
367 `Version` varchar(50) DEFAULT '0',
368 `paid` varchar(11) DEFAULT '',
369 `ip` varchar(50) DEFAULT '0',
370 `email` varchar(50) DEFAULT '',
371 `staffLevel` int(11) NOT NULL DEFAULT '1',
372 `banned` int(11) NOT NULL DEFAULT '0',
373 `MenuBanned` int(11) NOT NULL DEFAULT '0',
374 `Logs` int(11) DEFAULT '0',
375 `kill_sb_attempts` int(11) DEFAULT '0',
376 `PSN` varchar(50) DEFAULT '0',
377 `psid` varchar(50) DEFAULT '0',
378 `mac` varchar(40) NOT NULL,
379 `pictureurl` varchar(255) DEFAULT '',
380 `MenuLogins` int(11) DEFAULT '0',
381 `style` int(2) NOT NULL DEFAULT '0',
382 `pictureurl2` varchar(255) DEFAULT '',
383 PRIMARY KEY (`id`),
384 UNIQUE KEY `id` (`id`),
385 UNIQUE KEY `id_3` (`id`),
386 KEY `id_2` (`id`)
387) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
388/*!40101 SET character_set_client = @saved_cs_client */;
389
390--
391-- Dumping data for table `users`
392--
393
394LOCK TABLES `users` WRITE;
395/*!40000 ALTER TABLE `users` DISABLE KEYS */;
396INSERT INTO `users` (`id`, `Key`, `username`, `Version`, `paid`, `ip`, `email`, `staffLevel`, `banned`, `MenuBanned`, `Logs`, `kill_sb_attempts`, `PSN`, `psid`, `mac`, `pictureurl`, `MenuLogins`, `style`, `pictureurl2`) VALUES (1,'1337-1337-1337','LiveModz','0','0','0','LiveModz@gmail.com',4,0,0,0,0,'0','0','','https://mir-s3-cdn-cf.behance.net/projects/404/a0e9e815752491.Y3JvcCw0MDUwMCwzMTcwMCwwLDA.png',0,2,''),(2,'BOTS-KEY-3812','RedDevil Bot','0','','0','JacksBot@gmail.com',1,0,0,0,0,'0','0','','https://steemitimages.com/DQmYiVnUmgyZfsqv833TVSGbdF8ZmwpdzKtSB6jMrpc2hpN/U5dtbtmN8nnxiQePKBzAJoXMPKWWJLx_1680x8400.png',0,4,''),(3,'PDHL-QZ1J-7U73','Pro','0','','0','',1,0,0,0,0,'0','0','','https://pyschosisgta.co.uk/^7A5E93F2419117133E4A6767398091735BA1293D78F707BAA2^pimgpsh_fullsize_distr.png',0,0,''),(4,'2QGG-DWBM-8PPP','AdrianisNotDaddy','0','','0','',1,1,0,0,0,'0','0','','https://pyschosisgta.co.uk/^7A5E93F2419117133E4A6767398091735BA1293D78F707BAA2^pimgpsh_fullsize_distr.png',0,0,''),(5,'MLF7-MSTH-MDWT','Opa','0','','0','',1,0,0,0,0,'0','0','','https://pyschosisgta.co.uk/^7A5E93F2419117133E4A6767398091735BA1293D78F707BAA2^pimgpsh_fullsize_distr.png',0,0,''),(6,'1QQR-VXA8-M6A0','','0','','0','',1,0,0,0,0,'0','0','','',0,0,'');
397/*!40000 ALTER TABLE `users` ENABLE KEYS */;
398UNLOCK TABLES;
399
400--
401-- Dumping events for database 'truesprx_NewDatabase'
402--
403
404--
405-- Dumping routines for database 'truesprx_NewDatabase'
406--
407/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
408
409/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
410/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
411/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
412/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
413/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
414/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
415/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
416
417-- Dump completed on 2018-07-27 16:24:28