Skip to content

Commit

Permalink
Update comanage-bootstrap.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Dec 21, 2020
1 parent ff8519a commit 32d349d
Showing 1 changed file with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
use registry;

-- 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 32d349d

Please sign in to comment.