0byt3m1n1
Path:
/
data
/
18
/
3
/
81
/
47
/
3896536
/
meta
/
4328399
/
mysql.backup
/
[
Home
]
File: space_dbaonline.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: space_dbaonline -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 `ts_assignments` -- DROP TABLE IF EXISTS `ts_assignments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_assignments` ( `proj_id` int(11) NOT NULL default '0', `username` char(32) NOT NULL default '', PRIMARY KEY (`proj_id`,`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_assignments` -- LOCK TABLES `ts_assignments` WRITE; /*!40000 ALTER TABLE `ts_assignments` DISABLE KEYS */; INSERT INTO `ts_assignments` VALUES (1,'admin'),(1,'guest'); /*!40000 ALTER TABLE `ts_assignments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_client` -- DROP TABLE IF EXISTS `ts_client`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_client` ( `client_id` int(8) NOT NULL auto_increment, `organisation` varchar(64) default NULL, `description` varchar(255) default NULL, `address1` varchar(127) default NULL, `city` varchar(60) default NULL, `state` varchar(80) default NULL, `country` char(2) default NULL, `postal_code` varchar(13) default NULL, `contact_first_name` varchar(127) default NULL, `contact_last_name` varchar(127) default NULL, `username` varchar(32) default NULL, `contact_email` varchar(127) default NULL, `phone_number` varchar(20) default NULL, `fax_number` varchar(20) default NULL, `gsm_number` varchar(20) default NULL, `http_url` varchar(127) default NULL, `address2` varchar(127) default NULL, PRIMARY KEY (`client_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_client` -- LOCK TABLES `ts_client` WRITE; /*!40000 ALTER TABLE `ts_client` DISABLE KEYS */; INSERT INTO `ts_client` VALUES (1,'No Client','This is required, do not edit or delete this client record','','','','','','','','','','','','','',''); /*!40000 ALTER TABLE `ts_client` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_config` -- DROP TABLE IF EXISTS `ts_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_config` ( `config_set_id` int(1) NOT NULL default '0', `version` varchar(32) NOT NULL default '1.2.1', `headerhtml` mediumtext NOT NULL, `bodyhtml` mediumtext NOT NULL, `footerhtml` mediumtext NOT NULL, `errorhtml` mediumtext NOT NULL, `bannerhtml` mediumtext NOT NULL, `tablehtml` mediumtext NOT NULL, `locale` varchar(127) default NULL, `timezone` varchar(127) default NULL, `timeformat` enum('12','24') NOT NULL default '12', `weekstartday` tinyint(4) NOT NULL default '0', `useLDAP` tinyint(4) NOT NULL default '0', `LDAPScheme` varchar(32) default NULL, `LDAPHost` varchar(255) default NULL, `LDAPPort` int(11) default NULL, `LDAPBaseDN` varchar(255) default NULL, `LDAPUsernameAttribute` varchar(255) default NULL, `LDAPSearchScope` enum('base','sub','one') NOT NULL default 'base', `LDAPFilter` varchar(255) default NULL, `LDAPProtocolVersion` varchar(255) default '3', `LDAPBindUsername` varchar(255) default '', `LDAPBindPassword` varchar(255) default '', PRIMARY KEY (`config_set_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_config` -- LOCK TABLES `ts_config` WRITE; /*!40000 ALTER TABLE `ts_config` DISABLE KEYS */; INSERT INTO `ts_config` VALUES (0,'1.2.1','<META name=\"description\" content=\"Timesheet.php Employee/Contractor Timesheets\">\r\n<link href=\"css/timesheet.css\" rel=\"stylesheet\" type=\"text/css\">','link=\"#004E8A\" vlink=\"#171A42\"','<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n<tr><td style=\"background-color: #000788; padding: 3;\" class=\"bottom_bar_text\" align=\"center\">\r\n\r\nTimesheet.php website: <A href=\"http://www.advancen.com/timesheet/\"><span \r\n\r\nclass=\"bottom_bar_text\">http://www.advancen.com/timesheet/</span></A>\r\n<br><span style=\"font-size: 9px;\"><b>Page generated %time% %date% (%timezone% time)</b></span>\r\n\r\n</td></tr></table>','<TABLE border=0 cellpadding=5 width=\"100%\">\r\n<TR><TD><FONT size=\"+2\" color=\"red\">%errormsg%</FONT></TD></TR></TABLE>\r\n<P>Please go <A href=\"javascript:history.back()\">Back</A> and try again.</P>','<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr>\r\n<td colspan=\"2\" background=\"images/timesheet_background_pattern.gif\"><img src=\"images/timesheet_banner.gif\"></td></tr><tr>\r\n\r\n<td style=\"background-color: #F2F3FF; padding: 3;\">%commandmenu%</td>\r\n<td style=\"background-color: #F2F3FF; padding: 3;\" align=\"right\" width=\"145\" valign=\"top\">You are logged in as %username%</td>\r\n</tr><td colspan=\"2\" height=\"1\" style=\"background-color: #758DD6;\"><img src=\"images/spacer.gif\" width=\"1\" height=\"1\"></td></tr>\r\n</table>','','en_AU','Australia/Melbourne','12',1,0,'ldap','watson',389,'dc=watson','cn','base','','3','',''),(1,'1.2.1','<META name=\"description\" content=\"Timesheet.php Employee/Contractor Timesheets\">\r\n<link href=\"css/timesheet.css\" rel=\"stylesheet\" type=\"text/css\">','link=\"#004E8A\" vlink=\"#171A42\"','<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n<tr><td style=\"background-color: #000788; padding: 3;\" class=\"bottom_bar_text\" align=\"center\">\r\n\r\nTimesheet.php website: <A href=\"http://www.advancen.com/timesheet/\"><span \r\n\r\nclass=\"bottom_bar_text\">http://www.advancen.com/timesheet/</span></A>\r\n<br><span style=\"font-size: 9px;\"><b>Page generated %time% %date% (%timezone% time)</b></span>\r\n\r\n</td></tr></table>','<TABLE border=0 cellpadding=5 width=\"100%\">\r\n<TR><TD><FONT size=\"+2\" color=\"red\">%errormsg%</FONT></TD></TR></TABLE>\r\n<P>Please go <A href=\"javascript:history.back()\">Back</A> and try again.</P>','<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr>\r\n<td colspan=\"2\" background=\"images/timesheet_background_pattern.gif\"><img src=\"images/timesheet_banner.gif\"></td></tr><tr>\r\n\r\n<td style=\"background-color: #F2F3FF; padding: 3;\">%commandmenu%</td>\r\n<td style=\"background-color: #F2F3FF; padding: 3;\" align=\"right\" width=\"145\" valign=\"top\">You are logged in as %username%</td>\r\n</tr><td colspan=\"2\" height=\"1\" style=\"background-color: #758DD6;\"><img src=\"images/spacer.gif\" width=\"1\" height=\"1\"></td></tr>\r\n</table>','','en_AU','Australia/Melbourne','12',1,0,'ldap','watson',389,'dc=watson','cn','base','','3','',''),(2,'1.2.1','<META name=\"description\" content=\"Timesheet.php Employee/Contractor Timesheets\">\r\n<link href=\"css/questra/timesheet.css\" rel=\"stylesheet\" type=\"text/css\">','link=\"#004E8A\" vlink=\"#171A42\"','</td><td width=\"2\" style=\"background-color: #9494B7;\"><img src=\"images/questra/spacer.gif\" width=\"2\" height=\"1\"></td></tr>\r\n<tr><td colspan=\"3\" style=\"background-color: #9494B7; padding: 3;\" class=\"bottom_bar_text\" align=\"center\">\r\n\r\nTimesheet.php website: <A href=\"http://www.advancen.com/timesheet/\"><span \r\n\r\nclass=\"bottom_bar_text\">http://www.advancen.com/timesheet/</span></A>\r\n<br><span style=\"font-size: 9px;\"><b>Page generated %time% %date% (%timezone% time)</b></span>\r\n\r\n</td></tr></table>','<TABLE border=0 cellpadding=5 width=\"100%\">\r\n<TR><TD><FONT size=\"+2\" color=\"red\">%errormsg%</FONT></TD></TR></TABLE>\r\n<P>Please go <A href=\"javascript:history.back()\">Back</A> and try again.</P>','<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr>\r\n <td style=\"padding-right: 15; padding-bottom: 8;\"><img src=\"images/questra/logo.gif\"></td>\r\n <td width=\"100%\" valign=\"bottom\">\r\n <table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr><td colspan=\"3\" class=\"text_faint\" style=\"padding-bottom: 5;\" align=\"right\">You are logged in as %username%.</td></tr>\r\n <tr>\r\n <td background=\"images/questra/bar_left.gif\" valign=\"top\"><img src=\"images/questra/spacer.gif\" height=\"1\" width=\"8\"></td>\r\n <td background=\"images/questra/bar_background.gif\" width=\"100%\" style=\"padding: 5;\">%commandmenu%</td>\r\n <td background=\"images/questra/bar_right.gif\" valign=\"top\"><img src=\"images/questra/spacer.gif\" height=\"1\" width=\"8\"></td>\r\n </tr>\r\n </table>\r\n </td>\r\n</tr></table>\r\n\r\n<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr>\r\n<td colspan=\"3\" height=\"8\" style=\"background-color: #9494B7;\"><img src=\"images/questra/spacer.gif\" width=\"1\" height=\"8\"></td></tr><tr>\r\n<td width=\"2\" style=\"background-color: #9494B7;\"><img src=\"images/questra/spacer.gif\" width=\"2\" height=\"1\"></td>\r\n<td width=\"100%\" bgcolor=\"#F2F2F8\">','','en_AU','Australia/Melbourne','12',1,0,'ldap','watson',389,'dc=watson','cn','base','','3','',''); /*!40000 ALTER TABLE `ts_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_note` -- DROP TABLE IF EXISTS `ts_note`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_note` ( `note_id` int(6) NOT NULL auto_increment, `proj_id` int(8) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `subject` varchar(127) NOT NULL default '', `body` text NOT NULL, `to_contact` enum('Y','N') NOT NULL default 'N', PRIMARY KEY (`note_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_note` -- LOCK TABLES `ts_note` WRITE; /*!40000 ALTER TABLE `ts_note` DISABLE KEYS */; /*!40000 ALTER TABLE `ts_note` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_project` -- DROP TABLE IF EXISTS `ts_project`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_project` ( `proj_id` int(11) NOT NULL auto_increment, `title` varchar(200) NOT NULL default '', `client_id` int(11) NOT NULL default '0', `description` varchar(255) default NULL, `start_date` date NOT NULL default '1970-01-01', `deadline` date NOT NULL default '0000-00-00', `http_link` varchar(127) default NULL, `proj_status` enum('Pending','Started','Suspended','Complete') NOT NULL default 'Pending', `proj_leader` varchar(32) NOT NULL default '', PRIMARY KEY (`proj_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_project` -- LOCK TABLES `ts_project` WRITE; /*!40000 ALTER TABLE `ts_project` DISABLE KEYS */; INSERT INTO `ts_project` VALUES (1,'Default Project',1,'','0000-00-00','0000-00-00','','Started',''); /*!40000 ALTER TABLE `ts_project` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_task` -- DROP TABLE IF EXISTS `ts_task`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_task` ( `task_id` int(11) NOT NULL auto_increment, `proj_id` int(11) NOT NULL default '0', `name` varchar(127) NOT NULL default '', `description` text, `assigned` datetime NOT NULL default '0000-00-00 00:00:00', `started` datetime NOT NULL default '0000-00-00 00:00:00', `suspended` datetime NOT NULL default '0000-00-00 00:00:00', `completed` datetime NOT NULL default '0000-00-00 00:00:00', `status` enum('Pending','Assigned','Started','Suspended','Complete') NOT NULL default 'Pending', PRIMARY KEY (`task_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_task` -- LOCK TABLES `ts_task` WRITE; /*!40000 ALTER TABLE `ts_task` DISABLE KEYS */; INSERT INTO `ts_task` VALUES (1,1,'Default Task','','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','Started'); /*!40000 ALTER TABLE `ts_task` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_task_assignments` -- DROP TABLE IF EXISTS `ts_task_assignments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_task_assignments` ( `task_id` int(8) NOT NULL default '0', `username` varchar(32) NOT NULL default '', `proj_id` int(11) NOT NULL default '0', PRIMARY KEY (`task_id`,`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_task_assignments` -- LOCK TABLES `ts_task_assignments` WRITE; /*!40000 ALTER TABLE `ts_task_assignments` DISABLE KEYS */; INSERT INTO `ts_task_assignments` VALUES (1,'guest',1),(1,'admin',1); /*!40000 ALTER TABLE `ts_task_assignments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_times` -- DROP TABLE IF EXISTS `ts_times`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_times` ( `uid` varchar(32) NOT NULL default '', `start_time` datetime NOT NULL default '1970-01-01 00:00:00', `end_time` datetime NOT NULL default '0000-00-00 00:00:00', `trans_num` int(11) NOT NULL auto_increment, `proj_id` int(11) NOT NULL default '1', `task_id` int(11) NOT NULL default '1', `log_message` varchar(255) default NULL, UNIQUE KEY `trans_num` (`trans_num`), KEY `uid` (`uid`,`trans_num`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_times` -- LOCK TABLES `ts_times` WRITE; /*!40000 ALTER TABLE `ts_times` DISABLE KEYS */; /*!40000 ALTER TABLE `ts_times` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ts_user` -- DROP TABLE IF EXISTS `ts_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ts_user` ( `username` varchar(32) NOT NULL default '', `level` int(11) NOT NULL default '0', `password` varchar(41) NOT NULL default '', `allowed_realms` varchar(20) NOT NULL default '.*', `first_name` varchar(64) NOT NULL default '', `last_name` varchar(64) NOT NULL default '', `email_address` varchar(63) NOT NULL default '', `phone` varchar(31) NOT NULL default '', `bill_rate` decimal(8,2) NOT NULL default '0.00', `time_stamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `status` enum('IN','OUT') NOT NULL default 'OUT', `uid` int(11) NOT NULL auto_increment, PRIMARY KEY (`username`), KEY `uid` (`uid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ts_user` -- LOCK TABLES `ts_user` WRITE; /*!40000 ALTER TABLE `ts_user` DISABLE KEYS */; INSERT INTO `ts_user` VALUES ('admin',10,'c399043ebf39b755d5c0647e0a117349a185847a','.*','Timesheet','Admin','','','0.00','0000-00-00 00:00:00','OUT',1); /*!40000 ALTER TABLE `ts_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'space_dbaonline' -- DELIMITER ;; DELIMITER ; /*!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-01-13 10:44:16