Skip to content

Commit

Permalink
Merge pull request #32 from internet2/comanage-shibboleth
Browse files Browse the repository at this point in the history
use registry DB
  • Loading branch information
chubing authored Dec 5, 2020
2 parents 7c30919 + f9581a7 commit 2ce8dac
Showing 1 changed file with 1 addition and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
-- MySQL dump 10.16 Distrib 10.1.36-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: registry
-- ------------------------------------------------------
-- Server version 10.1.36-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 `cm_ad_hoc_attributes`
--
USE registry;

DROP TABLE IF EXISTS `cm_ad_hoc_attributes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
Expand Down

0 comments on commit 2ce8dac

Please sign in to comment.