%PDF- %PDF-
Direktori : /home/waritko/db_backups/databaze/sadamas/ |
Current File : //home/waritko/db_backups/databaze/sadamas/mr_role_permissions.sql |
-- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: sadamas -- ------------------------------------------------------ -- 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 `mr_role_permissions` -- DROP TABLE IF EXISTS `mr_role_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mr_role_permissions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `alias` (`alias`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mr_role_permissions` -- LOCK TABLES `mr_role_permissions` WRITE; /*!40000 ALTER TABLE `mr_role_permissions` DISABLE KEYS */; INSERT INTO `mr_role_permissions` VALUES (1,'Full permissions','full_permissions','Like Chuck Norris, he can do anything. This overwrite every permissions','2016-11-04 18:26:06','2016-11-04 18:26:06'),(2,'Limited admin access','limited_admin','Like Robin, he can do some things but not all (like driving the batmobile or change user role)','2016-11-04 18:26:06','2016-11-04 18:26:06'),(3,'Can manage events','manage_events','Can create, edit and delete events. Can also manage the roster for each events','2016-11-04 18:26:06','2016-11-04 18:26:06'),(4,'Can manage own events only','manage_own_events','Can create, edit and delete own events only. Can also manage the roster for his events','2016-11-04 18:26:06','2016-11-04 18:26:06'),(5,'Can create templates','create_templates','Can create events templates','2016-11-04 18:26:06','2016-11-04 18:26:06'),(6,'Can create reports','create_reports','Can create events reports','2016-11-04 18:26:06','2016-11-04 18:26:06'); /*!40000 ALTER TABLE `mr_role_permissions` 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:27:07