PATH:
home
/
letacommog
/
letaweb
/
update
-- phpMyAdmin SQL Dump -- version 4.4.14 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: Nov 08, 2015 at 01:59 PM -- Server version: 5.6.26 -- PHP Version: 5.6.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!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 */; -- -- Database: `stsbuilder` -- -- -------------------------------------------------------- -- -- Table structure for table `tbl_sample_page` -- DROP TABLE IF EXISTS `tbl_sample_page`; CREATE TABLE IF NOT EXISTS `tbl_sample_page` ( `id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `display_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `description` varchar(1000) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `category_id` int(11) NOT NULL, `thumbnail` varchar(50) NOT NULL, `priority` int(11) DEFAULT '1', `is_active` int(11) NOT NULL DEFAULT '1' ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; -- -- Dumping data for table `tbl_sample_page` -- INSERT INTO `tbl_sample_page` (`id`, `name`, `display_name`, `description`, `category_id`, `thumbnail`, `priority`, `is_active`) VALUES (1, 'blank', 'Blank', 'test', 1, '', NULL, 1), (2, 'about1', 'About 1', '', 2, '', 1, 1), (3, 'about2', 'About 2', '', 2, '', 1, 1), (4, 'about3', 'About 3', '', 2, '', 1, 1), (5, 'service1', 'Services 1', '', 3, '', 1, 1), (7, 'contact1', 'Contact 1', '', 4, '', 1, 1), (8, 'contact2', 'Contact 2', '', 4, '', 1, 1), (9, 'blog1', 'Blog', '', 5, '', 1, 1), (10, 'cv', 'CV', '', 7, '', 2, 1), (11, 'faq', 'FAQ', '', 7, '', 3, 1), (14, 'about4', 'About 4', '', 2, '', 4, 1); -- -- Indexes for dumped tables -- -- -- Indexes for table `tbl_sample_page` -- ALTER TABLE `tbl_sample_page` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `tbl_sample_page` -- ALTER TABLE `tbl_sample_page` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=22; -- -------------------------------------------------------- -- -- Table structure for table `tbl_sample_page_categories` -- DROP TABLE IF EXISTS `tbl_sample_page_categories`; CREATE TABLE IF NOT EXISTS `tbl_sample_page_categories` ( `id` int(11) NOT NULL, `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `priority` int(11) NOT NULL DEFAULT '1' ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; -- -- Dumping data for table `tbl_sample_page_categories` -- INSERT INTO `tbl_sample_page_categories` (`id`, `name`, `priority`) VALUES (1, 'Blank', 1), (2, 'About', 1), (3, 'Services', 2), (4, 'Contact', 3), (5, 'Blog', 4), (7, 'Content', 5); -- -- Indexes for dumped tables -- -- -- Indexes for table `tbl_sample_page_categories` -- ALTER TABLE `tbl_sample_page_categories` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `tbl_sample_page_categories` -- ALTER TABLE `tbl_sample_page_categories` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=8; /*!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 */;
[+]
..
[-] update_10_21_2015.sql
[edit]
[-] update_10_15_2015.sql
[edit]
[-] update_11_08_2015.sql
[edit]
[-] update_10_13_2015.sql
[edit]
[-] update_05_25_2016.sql
[edit]