%PDF- %PDF-
Direktori : /home/waritko/db_backups/databaze/stash/ |
Current File : //home/waritko/db_backups/databaze/stash/cwd_user_attribute.sql |
-- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: stash -- ------------------------------------------------------ -- 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 `cwd_user_attribute` -- DROP TABLE IF EXISTS `cwd_user_attribute`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cwd_user_attribute` ( `id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `directory_id` bigint(20) NOT NULL, `attribute_name` varchar(255) COLLATE utf8_bin NOT NULL, `attribute_value` varchar(255) COLLATE utf8_bin DEFAULT NULL, `attribute_lower_value` varchar(255) COLLATE utf8_bin DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `SYS_IDX_SYS_CT_10203_10205` (`user_id`,`attribute_name`,`attribute_lower_value`), KEY `IDX_USER_ATTR_DIR_NAME_LVAL` (`directory_id`,`attribute_name`,`attribute_lower_value`), CONSTRAINT `FK_USER_ATTRIBUTE_ID_USER_ID` FOREIGN KEY (`user_id`) REFERENCES `cwd_user` (`id`), CONSTRAINT `FK_USER_ATTR_DIR_ID` FOREIGN KEY (`directory_id`) REFERENCES `cwd_directory` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cwd_user_attribute` -- LOCK TABLES `cwd_user_attribute` WRITE; /*!40000 ALTER TABLE `cwd_user_attribute` DISABLE KEYS */; INSERT INTO `cwd_user_attribute` VALUES (163841,131073,32769,'requiresPasswordChange','false','false'),(163842,131073,32769,'passwordLastChanged','1397647723508','1397647723508'),(163843,131073,32769,'invalidPasswordAttempts','0','0'),(163844,131073,32769,'lastAuthenticated','1536225019137','1536225019137'),(163845,131073,32769,'failedAuthenticationAttemptCount','0','0'),(262145,229377,32769,'requiresPasswordChange','false','false'),(262146,229377,32769,'passwordLastChanged','1398868293466','1398868293466'),(262149,229377,32769,'invalidPasswordAttempts','0','0'),(262150,229377,32769,'lastAuthenticated','1427104617014','1427104617014'),(458753,425985,32769,'requiresPasswordChange','false','false'),(458754,425985,32769,'passwordLastChanged','1421512544717','1421512544717'),(458757,425985,32769,'invalidPasswordAttempts','0','0'),(458758,425985,32769,'lastAuthenticated','1521888699080','1521888699080'),(458759,425985,32769,'failedAuthenticationAttemptCount','0','0'),(524289,131073,32769,'lastAuthenticationTimestamp','1536225019309','1536225019309'),(524290,425985,32769,'lastAuthenticationTimestamp','1521888699120','1521888699120'),(524291,229377,32769,'lastAuthenticationTimestamp','1427104617079','1427104617079'),(589825,557057,32769,'passwordLastChanged','1473495260229','1473495260229'),(589826,557057,32769,'requiresPasswordChange','false','false'),(589827,557057,32769,'invalidPasswordAttempts','0','0'),(589830,557057,32769,'lastAuthenticated','1535397984654','1535397984654'),(589831,557057,32769,'lastAuthenticationTimestamp','1535397999904','1535397999904'),(655361,557057,32769,'failedAuthenticationAttemptCount','0','0'); /*!40000 ALTER TABLE `cwd_user_attribute` 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:16