Created
July 8, 2009 22:18
-
-
Save edavis10/143252 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- phpMyAdmin SQL Dump | |
-- version 2.11.8.1deb5 | |
-- http://www.phpmyadmin.net | |
-- | |
-- Host: localhost | |
-- Generation Time: Jul 08, 2009 at 03:17 PM | |
-- Server version: 5.0.51 | |
-- PHP Version: 5.2.6-1+lenny2 | |
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; | |
-- | |
-- Database: `redmine_8` | |
-- | |
-- -------------------------------------------------------- | |
-- | |
-- Table structure for table `plugin_schema_info` | |
-- | |
CREATE TABLE IF NOT EXISTS `plugin_schema_info` ( | |
`plugin_name` varchar(255) default NULL, | |
`version` int(11) default NULL | |
) ENGINE=MyISAM DEFAULT CHARSET=latin1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment