-- MySQL dump 10.13 Distrib 5.4.1-beta, for apple-darwin9.5.0 (i386) -- -- Host: mogo Database: portal_rollover -- ------------------------------------------------------ -- Server version 5.5.15-log /*!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 */; -- -- Temporary table structure for view `view_delme` -- DROP TABLE IF EXISTS `view_delme`; /*!50001 DROP VIEW IF EXISTS `view_delme`*/; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; /*!50001 CREATE TABLE `view_delme` ( `id` int(11), `data_provider_id` int(11), `name` varchar(255), `display_name` varchar(255), `description` text, `rights` text, `citation` text, `logo_url` varchar(255), `shared_taxonomy` tinyint(1), `concept_count` int(11), `higher_concept_count` int(11), `species_count` int(11), `occurrence_count` int(11), `occurrence_coordinate_count` int(11), `basis_of_record` int(11), `created` datetime, `modified` datetime, `deleted` datetime, `citable_agent` varchar(255), `root_taxon_rank` int(11), `root_taxon_name` varchar(150), `scope_continent_code` char(2), `scope_country_code` char(2), `provider_record_count` int(11), `taxonomic_priority` int(11), `website_url` varchar(255), `occurrence_clean_geospatial_count` int(11), `lock_display_name` tinyint(1), `lock_citable_agent` tinyint(1), `lock_basis_of_record` tinyint(1), `override_citation` tinyint(1), `gbif_registry_uuid` char(50) ) ENGINE=MyISAM */; SET character_set_client = @saved_cs_client; -- -- Final view structure for view `view_delme` -- /*!50001 DROP TABLE `view_delme`*/; /*!50001 DROP VIEW IF EXISTS `view_delme`*/; /*!50001 SET @saved_cs_client = @@character_set_client */; /*!50001 SET @saved_cs_results = @@character_set_results */; /*!50001 SET @saved_col_connection = @@collation_connection */; /*!50001 SET character_set_client = utf8 */; /*!50001 SET character_set_results = utf8 */; /*!50001 SET collation_connection = utf8_general_ci */; /*!50001 CREATE ALGORITHM=UNDEFINED */ /*!50013 DEFINER=`tim`@`%` SQL SECURITY DEFINER */ /*!50001 VIEW `view_delme` AS select `data_resource`.`id` AS `id`,`data_resource`.`data_provider_id` AS `data_provider_id`,`data_resource`.`name` AS `name`,`data_resource`.`display_name` AS `display_name`,`data_resource`.`description` AS `description`,`data_resource`.`rights` AS `rights`,`data_resource`.`citation` AS `citation`,`data_resource`.`logo_url` AS `logo_url`,`data_resource`.`shared_taxonomy` AS `shared_taxonomy`,`data_resource`.`concept_count` AS `concept_count`,`data_resource`.`higher_concept_count` AS `higher_concept_count`,`data_resource`.`species_count` AS `species_count`,`data_resource`.`occurrence_count` AS `occurrence_count`,`data_resource`.`occurrence_coordinate_count` AS `occurrence_coordinate_count`,`data_resource`.`basis_of_record` AS `basis_of_record`,`data_resource`.`created` AS `created`,`data_resource`.`modified` AS `modified`,`data_resource`.`deleted` AS `deleted`,`data_resource`.`citable_agent` AS `citable_agent`,`data_resource`.`root_taxon_rank` AS `root_taxon_rank`,`data_resource`.`root_taxon_name` AS `root_taxon_name`,`data_resource`.`scope_continent_code` AS `scope_continent_code`,`data_resource`.`scope_country_code` AS `scope_country_code`,`data_resource`.`provider_record_count` AS `provider_record_count`,`data_resource`.`taxonomic_priority` AS `taxonomic_priority`,`data_resource`.`website_url` AS `website_url`,`data_resource`.`occurrence_clean_geospatial_count` AS `occurrence_clean_geospatial_count`,`data_resource`.`lock_display_name` AS `lock_display_name`,`data_resource`.`lock_citable_agent` AS `lock_citable_agent`,`data_resource`.`lock_basis_of_record` AS `lock_basis_of_record`,`data_resource`.`override_citation` AS `override_citation`,`data_resource`.`gbif_registry_uuid` AS `gbif_registry_uuid` from `data_resource` */; /*!50001 SET character_set_client = @saved_cs_client */; /*!50001 SET character_set_results = @saved_cs_results */; /*!50001 SET collation_connection = @saved_col_connection */; /*!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 2011-12-12 14:41:25