%PDF- %PDF-
Direktori : /home/waritko/db_backups/databaze/jira/ |
Current File : //home/waritko/db_backups/databaze/jira/fieldlayoutitem.sql |
-- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: jira -- ------------------------------------------------------ -- Server version 5.5.60-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 `fieldlayoutitem` -- DROP TABLE IF EXISTS `fieldlayoutitem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `fieldlayoutitem` ( `ID` decimal(18,0) NOT NULL, `FIELDLAYOUT` decimal(18,0) DEFAULT NULL, `FIELDIDENTIFIER` varchar(255) DEFAULT NULL, `DESCRIPTION` text, `VERTICALPOSITION` decimal(18,0) DEFAULT NULL, `ISHIDDEN` varchar(60) DEFAULT NULL, `ISREQUIRED` varchar(60) DEFAULT NULL, `RENDERERTYPE` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fieldlayoutitem` -- LOCK TABLES `fieldlayoutitem` WRITE; /*!40000 ALTER TABLE `fieldlayoutitem` DISABLE KEYS */; INSERT INTO `fieldlayoutitem` VALUES (10300,10000,'summary',NULL,NULL,'false','true','jira-text-renderer'),(10301,10000,'issuetype',NULL,NULL,'false','true','jira-text-renderer'),(10302,10000,'security',NULL,NULL,'false','false','jira-text-renderer'),(10303,10000,'priority',NULL,NULL,'false','false','jira-text-renderer'),(10304,10000,'duedate',NULL,NULL,'false','false','jira-text-renderer'),(10305,10000,'components',NULL,NULL,'false','false','frother-control-renderer'),(10306,10000,'versions',NULL,NULL,'false','false','frother-control-renderer'),(10307,10000,'fixVersions',NULL,NULL,'false','false','frother-control-renderer'),(10308,10000,'assignee',NULL,NULL,'false','false','jira-text-renderer'),(10309,10000,'reporter',NULL,NULL,'false','true','jira-text-renderer'),(10310,10000,'environment','For example operating system, software platform and/or hardware specifications (include as appropriate for the issue).',NULL,'false','false','atlassian-wiki-renderer'),(10311,10000,'description',NULL,NULL,'false','false','atlassian-wiki-renderer'),(10312,10000,'timetracking','An estimate of how much work remains until this issue will be resolved.<br>The format of this is \' *w *d *h *m \' (representing weeks, days, hours and minutes - where * can be any number)<br>Examples: 4d, 5h 30m, 60m and 3w.<br>',NULL,'false','false','jira-text-renderer'),(10313,10000,'resolution',NULL,NULL,'false','false','jira-text-renderer'),(10314,10000,'attachment',NULL,NULL,'false','false','jira-text-renderer'),(10315,10000,'comment',NULL,NULL,'false','false','atlassian-wiki-renderer'),(10316,10000,'labels',NULL,NULL,'false','false','jira-text-renderer'),(10317,10000,'worklog','Allows work to be logged whilst creating, editing or transitioning issues.',NULL,'false','false','atlassian-wiki-renderer'),(10318,10000,'issuelinks',NULL,NULL,'false','false','jira-text-renderer'),(10319,10000,'customfield_10001','Choose an epic to assign this issue to.',NULL,'false','false','jira-text-renderer'),(10321,10000,'customfield_10003','Epic Status field for JIRA Agile use only.',NULL,'false','false','jira-text-renderer'),(10322,10000,'customfield_10004','Provide a short name to identify this epic in the JIRA Agile boards.',NULL,'false','true','jira-text-renderer'),(10323,10000,'customfield_10000','JIRA Agile sprint field',NULL,'false','false','jira-text-renderer'),(10324,10000,'customfield_10009','Measurement of business value of a requirement.',NULL,'false','false','jira-text-renderer'),(10325,10000,'customfield_10008','Field that will help you regroup issues under an Epic or under a theme.',NULL,'false','false','jira-text-renderer'),(10326,10000,'customfield_10007','Allows to flag issues with impediments.',NULL,'false','false','jira-text-renderer'),(10327,10000,'customfield_10006','Measurement of complexity and/or size of a requirement.',NULL,'false','false','jira-text-renderer'),(10328,10000,'customfield_10005','Epic Color field for JIRA Agile use only.',NULL,'false','false','jira-text-renderer'),(10329,10000,'customfield_10100','Global rank field for JIRA Agile use only.',NULL,'false','false','jira-text-renderer'); /*!40000 ALTER TABLE `fieldlayoutitem` 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-11-09 4:25:34