HEX
Server: Apache
System: Linux server.y-p01.co.uk 3.10.0-1160.144.1.el7.tuxcare.els3.x86_64 #1 SMP Fri Mar 6 13:52:53 UTC 2026 x86_64
User: calderca (1008)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //backup/db_backup/calderca_db.sql
-- MySQL dump 10.15  Distrib 10.0.34-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: calderca_db
-- ------------------------------------------------------
-- Server version	10.0.34-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `tbl_admin`
--

DROP TABLE IF EXISTS `tbl_admin`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_admin` (
  `admin_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `admin_name` varchar(20) DEFAULT NULL,
  `admin_email` varchar(255) DEFAULT NULL,
  `admin_pwd` varchar(200) DEFAULT NULL,
  `admin_full_name` varchar(255) DEFAULT NULL,
  `records_per_page` int(5) DEFAULT '50',
  `roles` char(2) DEFAULT 'A',
  `role_type_id` int(11) DEFAULT NULL,
  `admin_details` text,
  `is_active` enum('Y','N') DEFAULT 'Y',
  `added_on` varchar(50) DEFAULT NULL,
  `last_modified` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`admin_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_admin`
--

LOCK TABLES `tbl_admin` WRITE;
/*!40000 ALTER TABLE `tbl_admin` DISABLE KEYS */;
INSERT INTO `tbl_admin` VALUES (1,'admin','info@caldercateringsolutions.co.uk','MTAwOW9zaQ==','Administrator',10,'S',1,'','Y','2012-02-02 12:46:15','2015-01-23 14:09:57');
/*!40000 ALTER TABLE `tbl_admin` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_admin_role`
--

DROP TABLE IF EXISTS `tbl_admin_role`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_admin_role` (
  `role_id` int(11) NOT NULL AUTO_INCREMENT,
  `role_name` varchar(250) DEFAULT NULL,
  `added_on` datetime DEFAULT NULL,
  PRIMARY KEY (`role_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_admin_role`
--

LOCK TABLES `tbl_admin_role` WRITE;
/*!40000 ALTER TABLE `tbl_admin_role` DISABLE KEYS */;
INSERT INTO `tbl_admin_role` VALUES (1,'Admin',NULL),(2,'Sub-admin',NULL),(3,'Author',NULL),(4,'User',NULL);
/*!40000 ALTER TABLE `tbl_admin_role` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_header`
--

DROP TABLE IF EXISTS `tbl_header`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_header` (
  `header_id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) DEFAULT '0',
  `level_id` int(11) DEFAULT '0',
  `header_title` varchar(255) NOT NULL,
  `header_subtitle` varchar(255) DEFAULT NULL,
  `header_pagename` varchar(255) DEFAULT NULL,
  `include_ref_id` int(5) DEFAULT NULL,
  `meta_title` varchar(255) DEFAULT NULL,
  `meta_key` text,
  `meta_desc` text,
  `template_name` varchar(255) DEFAULT NULL,
  `header_desc` text,
  `header_order` int(11) DEFAULT NULL,
  `header_img` varchar(255) DEFAULT NULL,
  `is_active` enum('Y','N') NOT NULL DEFAULT 'Y',
  `is_other` enum('Y','N') NOT NULL DEFAULT 'N',
  `is_header` enum('Y','N') NOT NULL DEFAULT 'N',
  `is_footer` enum('Y','N') NOT NULL DEFAULT 'N',
  `added_on` datetime DEFAULT NULL,
  `modified_on` datetime DEFAULT NULL,
  PRIMARY KEY (`header_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_header`
--

LOCK TABLES `tbl_header` WRITE;
/*!40000 ALTER TABLE `tbl_header` DISABLE KEYS */;
INSERT INTO `tbl_header` VALUES (1,0,0,'Home','','index.php',0,'Northwest- Commercial Catering Equipment, Kitchen Installer, Renovations| Hygienic Wall Cladding','commercial catering equipment Northwest, commercial kitchen installer Northwest, hygienic wall cladding Northwest, commercial kitchen renovations Northwest, Calder Catering Solutions','Commercial extraction canopy systems,stainless steel fabrications,fans,gas interlock panels and kitchen catering equipment in the northwest and throughout the uk','index_page.tpl','<h2>Commercial kitchen extraction canopies and catering equipment</h2>\r\n<br />\r\nOur services are perfect for all commercial kitchen renovations and new builds. Where required, Calder Catering Solutions provide CAD design services to ensure we complete all projects perfectly as your premier commercial kitchen installer in the Northwest.\r\n<ul class=\"services clearfix\">\r\n    <li>Stainless steel canopies</li>\r\n    <li>Fans, ductwork and ventilation&nbsp;</li>\r\n    <li>Stainless Steel&nbsp;extraction systems</li>\r\n    <li>Gas interlocking systems</li>\r\n    <li>Hygienic white wall cladding systems</li>\r\n    <li>Stainless steel kitchen fabrications</li>\r\n    <li>Commercial catering equipment</li>\r\n    <li>Hygiene Wall Installations</li>\r\n    <li>Servicing, cleaning and maintenance</li>\r\n    <li>Free quotations and advice</li>\r\n    <li>Finance available</li>\r\n</ul>\r\n<p class=\"bold\">Contact Calder Catering Solutions today for kitchen systems, extraction and hygienic wall cladding in the Northwest.</p>',1,'','Y','N','Y','N','2014-01-23 16:18:10','2017-02-18 10:32:12'),(2,0,0,'About Us','','about-us.php',0,'About Us','About Us','About Us','content_page.tpl','<h4>Bespoke Kitchen Fabrication in the Northwest</h4>\r\n<p>Calder Catering Solutions are your leading independent choice for commercial catering equipment in the Northwest. Operating on a nationwide basis, our business has been firmly established since 2004 and our expert team boasts an amazing 23 years of combined industry experience to bring you superior installations.<br />\r\n<br />\r\nEnjoy <strong>bespoke kitchen fabrication in the Northwest</strong> and throughout the UK with your experienced commercial kitchen installation and maintenance specialists at Calder Catering Solutions. We offer an extensive range of commercial kitchen services built on our extensive trade experience and our friendly team is your leading independent choice for extraction systems and odour control systems.<br />\r\n<br />\r\nBy choosing Calder Catering Solutions for bespoke commercial kitchens in the Northwest, our customers enjoy an unrivalled level of service typically associated with working alongside an experienced project management specialist.</p>\r\n<p><strong>Our Nationwise Coverage:</strong></p>\r\n<ul class=\"services clearfix\">\r\n    <li>London</li>\r\n    <li>Manchester</li>\r\n    <li>Liverpool</li>\r\n    <li>Midlands</li>\r\n    <li>Glasgow</li>\r\n    <li>Edinburgh</li>\r\n    <li>Newcastle</li>\r\n    <li>Bristol</li>\r\n    <li>Leeds</li>\r\n    <li>Lincoln</li>\r\n    <li>Nottingham</li>\r\n    <li>Leicester</li>\r\n</ul>',2,'','Y','N','Y','N','2014-01-23 17:01:09','2017-02-18 10:33:08'),(3,0,0,'Services','','services.php',0,'Services','Services','Services','content_page.tpl','<h4>Bespoke Kitchen Fabrication in the Northwest</h4>\r\n                    <p>Enjoy <strong>bespoke kitchen fabrication in the Northwest</strong> and throughout the UK with your experienced commercial kitchen installation and maintenance specialists at Calder Catering Solutions. We offer an extensive range of commercial kitchen services built on our extensive trade experience and our friendly team is your leading independent choice for extraction systems and odour control systems.<br/>\r\nBy choosing Calder Catering Solutions for bespoke commercial kitchens in the Northwest, our customers enjoy an unrivalled level of service typically associated with working alongside an experienced project management specialist.</p>\r\n                    <h5>The Number One Choice for Stainless Steel Wall Cladding in the Northwest</h5>\r\n                    <p>We undertake every aspect of kitchen design and at Calder Catering Solutions, our team of experts can complete work on new kitchen builds or renovations to your exact specifications. As your first port of call for <strong>stainless steel wall cladding in the Northwest</strong>, we can complete every aspect of your commercial kitchen design project to perfection as part of our fully insured services. \r\nWe also supply and install stainless steel canopies as your premier <strong>commercial kitchen fitter in the Northwest</strong> with free written quotations available on request.</p>\r\n					<ul class=\"services clearfix\">\r\n                    	<li>Commercial Kitchen Fitter in the Northwest</li>\r\n                        <li>Bespoke Kitchen Fabrication</li>\r\n                        <li>Commercial Kitchen Design and Installation</li>\r\n                        <li>Catering Canopies and Hubs</li>\r\n                        <li>Kitchen Maintenance and Repair Services</li>\r\n                        <li>Ducting and Ventilation Systems</li>\r\n                        <li>Kitchen Extraction and Extracting Systems</li>\r\n                        <li>Catering Fabrication</li>\r\n                        <li>Stainless Steel Canopies</li>\r\n                        <li>Odour Control Systems</li>\r\n                        <li>Gas Interlocking Systems</li>\r\n                        <li>Hygienic Wall Fabrication</li>\r\n                    </ul>\r\n                    <p class=\"bold\">Make Calder Catering Solutions your first port of call for kitchen design, kitchen cladding and bespoke commercial kitchens in the Northwest.</p>\r\n',3,'','Y','N','Y','N','2014-01-23 17:02:28','2014-01-24 15:27:14'),(4,0,0,'Our Work','','our-work.php',5,'Our Work','Our Work','Our Work','our_work_page.tpl','<br />',4,'','Y','N','Y','N','2014-01-23 17:02:58','2014-01-24 17:45:48'),(5,0,0,'Contact','','contact-us.php',6,'Contact Us','Contact Us','Contact Us','contact_us_page.tpl','Unit 4, Alan Ramsbottom Way,<br />\r\nHeys Lane,<br />\r\nGreat Harwood,<br />\r\nBB6 7UA\r\n<p>Office: <strong>01254 885 855</strong><br />\r\nMick - <strong>07817 302495 </strong><br />\r\nShaun - <strong>07931 481128<br />\r\n</strong><br />\r\nE-mail: <strong>info@caldercateringsolutions.co.uk</strong></p>',5,'','Y','N','Y','N','2014-01-23 17:03:54','2016-11-14 05:24:46'),(6,0,0,'Thank You','Thank You','thank-you.php',0,'Thank You','Thank You','Thank You','content_page.tpl','Thank you for contacting us.<br />Your request has been submitted successfully. We will get back to you soon.<br />',6,'','Y','N','N','N','2014-01-24 16:07:22','2014-01-24 16:08:18'),(7,0,0,'Our Works Details','','our-works-details.php',7,'Our Works Details','Our Works Details','Our Works Details','our_work_page.tpl','&nbsp;',7,'','Y','N','N','N','2014-01-27 14:26:29','2014-01-27 15:08:45');
/*!40000 ALTER TABLE `tbl_header` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_include_master`
--

DROP TABLE IF EXISTS `tbl_include_master`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_include_master` (
  `include_id` bigint(11) NOT NULL AUTO_INCREMENT,
  `include_title` varchar(255) DEFAULT NULL,
  `page_include` varchar(255) DEFAULT NULL,
  `is_active` char(1) DEFAULT 'Y',
  PRIMARY KEY (`include_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_include_master`
--

LOCK TABLES `tbl_include_master` WRITE;
/*!40000 ALTER TABLE `tbl_include_master` DISABLE KEYS */;
INSERT INTO `tbl_include_master` VALUES (1,'News','inc_news.php','Y'),(2,'News Details','inc_news_details.php','Y'),(3,'Gallery','inc_gallery.php','Y'),(4,'Gallery Details','inc_gallery_details.php','Y'),(5,'Our Works','inc_our_works.php','Y'),(6,'Contact Us','inc_contact_us.php','Y'),(7,'Our Works Details','inc_our_works_details.php','Y');
/*!40000 ALTER TABLE `tbl_include_master` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_our_works_images`
--

DROP TABLE IF EXISTS `tbl_our_works_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_our_works_images` (
  `img_id` smallint(6) NOT NULL AUTO_INCREMENT,
  `photo_ref_id` smallint(6) DEFAULT NULL,
  `img_name` varchar(255) DEFAULT NULL,
  `img_title` varchar(100) DEFAULT NULL,
  `is_display` enum('Y','N') DEFAULT 'N',
  `is_active` enum('Y','N') DEFAULT 'Y',
  `added_on` datetime DEFAULT NULL,
  `modified_on` datetime DEFAULT NULL,
  PRIMARY KEY (`img_id`)
) ENGINE=InnoDB AUTO_INCREMENT=78 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_our_works_images`
--

LOCK TABLES `tbl_our_works_images` WRITE;
/*!40000 ALTER TABLE `tbl_our_works_images` DISABLE KEYS */;
INSERT INTO `tbl_our_works_images` VALUES (1,1,'OUR599011390825832_img01.jpg','Our Work','N','Y','2014-01-27 18:00:32',NULL),(2,1,'OUR390881390826395_img02.jpg','Our Work','Y','Y','2014-01-27 18:09:55',NULL),(3,1,'OUR501961390826949_img05.jpg','Our Work','Y','Y','2014-01-27 18:19:09',NULL),(5,1,'OUR564901395741269_1.jpg','Our Work','N','Y','2014-03-25 09:54:29',NULL),(6,1,'OUR897991395741315_2.jpg','Our Work','N','Y','2014-03-25 09:55:15',NULL),(7,1,'OUR115081395741324_3.jpg','Our Work','N','Y','2014-03-25 09:55:24',NULL),(8,1,'OUR302251395741342_4.jpg','Our Work','N','Y','2014-03-25 09:55:42',NULL),(9,1,'OUR731621395741353_5.jpg','Our Work','N','Y','2014-03-25 09:55:53',NULL),(10,1,'OUR466821395741391_6.jpg','Our Work','N','Y','2014-03-25 09:56:31',NULL),(11,1,'OUR943451395741400_7.jpg','Our Work','N','Y','2014-03-25 09:56:40',NULL),(12,1,'OUR163091395741409_8.jpg','Our Work','N','Y','2014-03-25 09:56:49',NULL),(13,1,'OUR945691395741419_9.jpg','Our Work','N','Y','2014-03-25 09:56:59',NULL),(14,2,'OUR053991404126798_interlock-panels1.JPG','Interlock Panels','Y','Y','2014-06-30 12:13:18',NULL),(15,2,'OUR890911404126814_interlock-panels2.JPG','Interlock Panels','N','Y','2014-06-30 12:13:34',NULL),(16,3,'OUR396541404126927_photo1.jpg','Canopy at Bishopsthorpe Palace','N','Y','2014-06-30 12:15:27',NULL),(17,3,'OUR251431404126938_photo2.jpg','Canopy at Bishopsthorpe Palace','N','Y','2014-06-30 12:15:38',NULL),(18,3,'OUR613831404126952_photo3.jpg','Canopy at Bishopsthorpe Palace','N','Y','2014-06-30 12:15:52',NULL),(19,3,'OUR360011404126966_photo4.jpg','Canopy at Bishopsthorpe Palace','Y','Y','2014-06-30 12:16:06',NULL),(20,4,'OUR405371404127052_photo1.jpg','Ducting Work','Y','Y','2014-06-30 12:17:32',NULL),(21,4,'OUR885171404127063_photo2.jpg','Ducting Work','N','Y','2014-06-30 12:17:43',NULL),(22,4,'OUR219491404127074_photo3.jpg','Ducting Work','N','Y','2014-06-30 12:17:54',NULL),(23,4,'OUR265341404127084_photo4.jpg','Ducting Work','N','Y','2014-06-30 12:18:04',NULL),(24,4,'OUR276951404127094_photo5.jpg','Ducting Work','N','Y','2014-06-30 12:18:14',NULL),(25,5,'OUR361141404127190_Ducting.JPG','Ducting','N','Y','2014-06-30 12:19:50',NULL),(26,5,'OUR871101404127205_Fans1.JPG','Fans','Y','Y','2014-06-30 12:20:05',NULL),(27,5,'OUR543861404127217_Fans2.JPG','Fans','N','Y','2014-06-30 12:20:17',NULL),(28,5,'OUR375361404127229_Silencer4.JPG','Silencer','N','Y','2014-06-30 12:20:29',NULL),(33,6,'OUR457381404128941_photo 5.JPG','Manchester Restaurant - Before','Y','Y','2014-06-30 12:49:01',NULL),(34,7,'OUR788971404129110_photo 1.JPG','Manchester Restaurant - After','N','Y','2014-06-30 12:51:50',NULL),(35,7,'OUR465961404129120_photo 2.JPG','Manchester Restaurant - After','N','Y','2014-06-30 12:52:00',NULL),(38,7,'OUR203911404129146_photo 5.JPG','Manchester Restaurant - After','Y','Y','2014-06-30 12:52:26',NULL),(41,6,'OUR030591404129385_photo 1.JPG','Manchester Restaurant - Before','N','Y','2014-06-30 12:56:25',NULL),(42,6,'OUR460381404129394_photo 2.JPG','Manchester Restaurant - Before','N','Y','2014-06-30 12:56:34',NULL),(43,6,'OUR622491404129403_photo 3.JPG','Manchester Restaurant - Before','N','Y','2014-06-30 12:56:43',NULL),(44,6,'OUR627141404129411_photo 4.JPG','Manchester Restaurant - Before','N','Y','2014-06-30 12:56:51',NULL),(45,7,'OUR565131404129498_photo 3.JPG','Manchester Restaurant - After','N','Y','2014-06-30 12:58:18',NULL),(46,7,'OUR700731404129507_photo 4.JPG','Manchester Restaurant - After','N','Y','2014-06-30 12:58:27',NULL),(47,8,'OUR222791404130366_1.JPG','Service wall for gas water and electric supplies','N','Y','2014-06-30 13:12:46',NULL),(48,8,'OUR003871404130377_2.jpg','Service wall for gas water and electric supplies','N','Y','2014-06-30 13:12:57',NULL),(49,8,'OUR445971404130387_3.jpg','Service wall for gas water and electric supplies','Y','Y','2014-06-30 13:13:07',NULL),(50,9,'OUR815681404130448_photo 1.JPG','Wedding Hall','N','Y','2014-06-30 13:14:08',NULL),(51,9,'OUR384871404130459_photo 2.JPG','Wedding Hall','Y','Y','2014-06-30 13:14:19',NULL),(52,9,'OUR781541404130467_photo 3.JPG','Wedding Hall','N','Y','2014-06-30 13:14:27',NULL),(53,9,'OUR709311404130475_photo 4.JPG','Wedding Hall','N','Y','2014-06-30 13:14:35',NULL),(54,10,'OUR737901479120379_Carbon filter unit.JPG','Carbon Filter Unit','Y','Y','2016-11-14 05:45:38',NULL),(55,11,'OUR452921479120646_IMG_0628.PNG','','Y','Y','2016-11-14 05:50:46',NULL),(56,11,'OUR144671479120760_IMG_0675.JPG','','N','Y','2016-11-14 05:51:08',NULL),(57,11,'OUR715691479120677_IMG_0679.JPG','','N','Y','2016-11-14 05:51:17',NULL),(58,11,'OUR970751479120687_IMG_0680.JPG','','N','Y','2016-11-14 05:51:27',NULL),(59,11,'OUR392711479120796_IMG_0727.JPG','','N','Y','2016-11-14 05:51:36',NULL),(60,11,'OUR425881479120706_IMG_0897.JPG','','N','Y','2016-11-14 05:51:46',NULL),(61,11,'OUR750291479120713_IMG_0931.JPG','','N','Y','2016-11-14 05:51:53',NULL),(62,12,'OUR593131479121324_White Rock before 1.jpg','White Rock Job Before','N','Y','2016-11-14 06:02:04',NULL),(63,12,'OUR055041479121339_White Rock after 1.jpg','White Rock Job After','N','Y','2016-11-14 06:02:19',NULL),(64,12,'OUR094251479121353_White Rock before a.jpg','White Rock Job Before','N','Y','2016-11-14 06:02:33',NULL),(65,12,'OUR433991479121406_White Rock after a.jpg','White Rock Job After','N','Y','2016-11-14 06:03:03',NULL),(66,12,'OUR828031479121459_White Rock after a.jpg','White Rock Job','Y','Y','2016-11-14 06:04:19',NULL),(67,13,'OUR717081480686611_IMG_1387.JPG','Before','N','Y','2016-12-02 08:43:41',NULL),(68,13,'OUR222591480686666_IMG_1389.JPG','Before','N','Y','2016-12-02 08:43:56',NULL),(69,13,'OUR317671480686677_IMG_1390.JPG','Before','N','Y','2016-12-02 08:44:09',NULL),(70,13,'OUR563691480686262_IMG_1393.JPG','Before','N','Y','2016-12-02 08:44:22',NULL),(72,13,'OUR040591480686325_IMG_1408.JPG','Before','N','Y','2016-12-02 08:45:25',NULL),(73,13,'OUR901731480686363_IMG_1412.JPG','After','N','Y','2016-12-02 08:46:03',NULL),(74,13,'OUR488831480686377_IMG_1416.JPG','After','N','Y','2016-12-02 08:46:17',NULL),(75,13,'OUR154321480686391_IMG_1417.JPG','After','N','Y','2016-12-02 08:46:31',NULL),(76,13,'OUR303631480686405_IMG_1418.JPG','After','N','Y','2016-12-02 08:46:45',NULL),(77,13,'OUR816061480686416_IMG_1422.JPG','After','Y','Y','2016-12-02 08:46:56',NULL);
/*!40000 ALTER TABLE `tbl_our_works_images` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_photo`
--

DROP TABLE IF EXISTS `tbl_photo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_photo` (
  `photo_id` int(11) NOT NULL AUTO_INCREMENT,
  `photo_name` varchar(255) DEFAULT NULL,
  `photo_title` varchar(255) DEFAULT NULL,
  `photo_desc` text,
  `photo_order` smallint(6) DEFAULT NULL,
  `is_home` enum('Y','N') DEFAULT 'N',
  `is_active` enum('Y','N') DEFAULT 'Y',
  `added_on` datetime DEFAULT NULL,
  PRIMARY KEY (`photo_id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_photo`
--

LOCK TABLES `tbl_photo` WRITE;
/*!40000 ALTER TABLE `tbl_photo` DISABLE KEYS */;
INSERT INTO `tbl_photo` VALUES (1,'','Previous Jobs','<p>Below are images for the work we have done in the past. </p>',2,'Y','Y','2014-01-21 18:09:06'),(2,'','Interlock Panels','&nbsp;Images of&nbsp;Interlock Panels',3,'N','Y','2014-06-30 12:12:56'),(3,'','Canopy at Bishopsthorpe Palace','Images of&nbsp;Canopy at Bishopsthorpe Palace',4,'N','Y','2014-06-30 12:15:10'),(4,'','Ducting Work','Ducting work carried out by Calder Catering Solutions Ltd.',5,'N','Y','2014-06-30 12:17:00'),(5,'','Ducting, Fans and Silencer','&nbsp;Stock of&nbsp;Ducting, Fans and Silencer',6,'N','Y','2014-06-30 12:19:23'),(6,'','Manchester Restaurant - Before','Manchester Restaurant before Calder Catering Solutions Ltd. carried out the work.<br />\r\n<br />\r\n<a href=\"http://www.caldercateringsolutions.com/our-works-details.php?oId=Nw==\"><strong> Click here to view images of after</strong></a>',7,'N','Y','2014-06-30 12:21:02'),(7,'','Manchester Restaurant - After','Images of work carried out at Manchester Restaurant.<br />\r\n<br />\r\n<a href=\"http://www.caldercateringsolutions.com/our-works-details.php?oId=Ng==\"><strong>Click here to view images of before</strong></a>',8,'N','Y','2014-06-30 12:51:30'),(8,'','Service wall for gas water and electric supplies','Images of service wall for gas water and electric supplies',9,'N','Y','2014-06-30 13:11:11'),(9,'','Wedding Hall','&nbsp;Wedding Hall',10,'N','Y','2014-06-30 13:13:45'),(10,'','Carbon Filter Unit','&nbsp;Carbon Filter Unit',1,'N','Y','2016-11-14 05:45:20'),(11,'','Other Jobs','&nbsp;Some of our other work we have done',11,'N','Y','2016-11-14 05:50:20'),(12,'','White Rock Job','&nbsp;White Rock Job',12,'N','Y','2016-11-14 06:01:22'),(13,'','BOBO GOA','BOBO GOA Before &amp; After Pictures&nbsp;',13,'N','Y','2016-12-02 08:43:09');
/*!40000 ALTER TABLE `tbl_photo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_rolling_image`
--

DROP TABLE IF EXISTS `tbl_rolling_image`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_rolling_image` (
  `img_id` smallint(6) NOT NULL AUTO_INCREMENT,
  `img_name` varchar(255) DEFAULT NULL,
  `img_title` varchar(255) DEFAULT NULL,
  `open_new_window` enum('Y','N') DEFAULT 'N',
  `img_order` smallint(6) DEFAULT NULL,
  `is_active` enum('Y','N') DEFAULT 'Y',
  `added_on` datetime DEFAULT NULL,
  PRIMARY KEY (`img_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_rolling_image`
--

LOCK TABLES `tbl_rolling_image` WRITE;
/*!40000 ALTER TABLE `tbl_rolling_image` DISABLE KEYS */;
INSERT INTO `tbl_rolling_image` VALUES (1,'RI800941487431728_banner1.jpg','We can complete every aspect of your commercial kitchen design','N',1,'Y','2017-02-18 10:28:48'),(2,'RI232491395739421_banner2.jpg','We can complete every aspect of your commercial kitchen design','N',2,'Y','2014-03-25 09:23:41'),(3,'RI707111390548094_banner3.jpg','We can complete every aspect of your commercial kitchen design','N',3,'Y','2014-01-24 12:51:34');
/*!40000 ALTER TABLE `tbl_rolling_image` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tbl_video`
--

DROP TABLE IF EXISTS `tbl_video`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `tbl_video` (
  `video_id` int(11) NOT NULL AUTO_INCREMENT,
  `video_script` text,
  `video_title` varchar(255) DEFAULT NULL,
  `video_order` smallint(6) DEFAULT NULL,
  `is_home` enum('Y','N') DEFAULT 'N',
  `is_active` enum('Y','N') DEFAULT 'Y',
  `added_on` datetime DEFAULT NULL,
  PRIMARY KEY (`video_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tbl_video`
--

LOCK TABLES `tbl_video` WRITE;
/*!40000 ALTER TABLE `tbl_video` DISABLE KEYS */;
INSERT INTO `tbl_video` VALUES (4,'&lt;iframe width=&quot;120&quot; height=&quot;80&quot; src=&quot;//www.youtube.com/embed/wMyKxm63YAM&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;','Calder Catering Solutions video',2,'Y','Y','2014-03-19 14:03:16');
/*!40000 ALTER TABLE `tbl_video` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `temp_operation`
--

DROP TABLE IF EXISTS `temp_operation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `temp_operation` (
  `operation_id` varchar(50) DEFAULT NULL,
  `slug_name` varchar(30) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `temp_operation`
--

LOCK TABLES `temp_operation` WRITE;
/*!40000 ALTER TABLE `temp_operation` DISABLE KEYS */;
/*!40000 ALTER TABLE `temp_operation` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2018-04-25 23:03:57