-- phpMyAdmin SQL Dump
-- version 2.11.3
-- http://www.phpmyadmin.net
--
-- Host: mysql4-10.wc1:3306
-- Generation Time: Apr 28, 2009 at 11:48 PM
-- Server version: 4.1.22
-- PHP Version: 4.3.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `348981_pro`
--

-- --------------------------------------------------------

--
-- Table structure for table `schema_info`
--

CREATE TABLE `schema_info` (
  `version` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `schema_info`
--

INSERT INTO `schema_info` VALUES(2);

-- --------------------------------------------------------

--
-- Table structure for table `stories`
--

CREATE TABLE `stories` (
  `id` int(11) NOT NULL auto_increment,
  `title` varchar(255) default NULL,
  `body` text,
  `image` varchar(255) default NULL,
  `lat` decimal(15,10) default NULL,
  `lng` decimal(15,10) default NULL,
  `created_at` datetime default NULL,
  `name` varchar(255) default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=46 ;

--
-- Dumping data for table `stories`
--

INSERT INTO `stories` VALUES(39, 'The Four Corners', 'The Storyville Athletics "A Team" headed to the Four Corners of the US in May 2008, and it was amazing! Storyville Utah? Storyville Colorado? Storyville New Mexico? Storyville Arizona? Who knows???', 'Elizabeth_New_Mexico_edited.jpg', 36.9850030928, -109.0722656250, '2008-06-03 10:43:43', 'Elizabeth Harvey');
INSERT INTO `stories` VALUES(41, 'Ni Hao', 'In May 2008 I went to China on a four city tour with my fellow fashionistas. It was AWESOME! I survived The Great Wall! HOLLER!', 'l_bc226fe96720da9dde32c2626fea151f.jpg', 40.2459915041, 116.7626953125, '2008-08-21 20:50:00', 'Aubrey Howard');
INSERT INTO `stories` VALUES(42, 'Storyville Austin', 'The doors to Storyville Austin opened on August 29, 2007.  In the beginning, Storyville Austin only had eight designers, and lots of bare shelves.  One year later, Storyville Austin has over 40 designers, and is quickly becoming the destination for locally designed apparel in the capital city of Texas.', 'Josh__Elizabeth_and_Gabriel_at_the_Storyville_Launch_Party.jpg', 30.2828251576, -97.7417564392, '2008-08-28 16:16:00', 'Josh Harvey');
INSERT INTO `stories` VALUES(43, 'Football Fan in SD', 'After moving to San Diego California, its hard to find fellow LSU fans. At least you can find fellow college football fans and cheer for LSU with them at the local sports bar! Will continue spreading the LSU animosity towards Alabama even on the west coast.', 'NickSabanisadouche.jpg', 32.7133553531, -117.1801757812, '2008-11-11 02:28:00', 'Kristin Craik');
INSERT INTO `stories` VALUES(44, 'Storyville Nola', 'The doors to Storyville opened on March 27, 2009.  We''re still working on the shop and getting it ready for our big Grand Opening All Day Celebration on May 9.  Come check out Storyville New Orleans at 2126 Magazine Street, near the intersection of St. Andrew & Jackson.', 'Josh__Paula___Natalie_in_Storyville_New_Orleans_-_April_2009.jpg', 29.9297959053, -90.0763463973, '2009-04-07 10:11:00', 'Josh');
INSERT INTO `stories` VALUES(45, 'Jazz fest', 'Storyville represents at the best musical fest in the world - Jazz Fest in New Orleans!! Lots of Storyville sightings at the 40th anniversary of Jazz Fest!', 'jazz_fest.jpg', 29.9168522330, -90.0878906250, '2009-04-27 13:51:28', 'elizabeth Harvey');
