Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created July 8, 2009 22:18
Show Gist options
  • Save edavis10/143252 to your computer and use it in GitHub Desktop.
Save edavis10/143252 to your computer and use it in GitHub Desktop.
-- 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