Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pulsir/minima-cms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: pulsir/minima-cms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 10, 2013

  1. I hate myself sometimes.

    mbmjertan committed Aug 10, 2013
    Copy the full SHA
    57e7e99 View commit details
Showing with 0 additions and 4 deletions.
  1. +0 −4 install/mysql-data.sql
4 changes: 0 additions & 4 deletions install/mysql-data.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
CREATE DATABASE IF NOT EXISTS `minima` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `minima`;

CREATE TABLE IF NOT EXISTS `cms_content` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(75) NOT NULL,
@@ -51,4 +48,3 @@ CREATE TABLE IF NOT EXISTS `settings` (

INSERT INTO `settings` (`id`, `name`, `value`) VALUES
(1, 'sitename', 'A fresh Minima');