From: Simon Cozens Date: Thu, 1 Apr 2004 16:19:50 +0000 (+0000) Subject: Add the style table. X-Git-Tag: 2.10~258 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d5094e896c266519f63cc0f18b090103463d74b7;hp=f3b1f00e41ae64fabb974d3ac073298f936457be;p=maypole.git Add the style table. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@104 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Makefile.PL b/Makefile.PL index 16e81ab..4b88110 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -77,6 +77,12 @@ create table pub ( notes text ); +create table style ( + id int not null auto_increment primary key, + name varchar(60), + notes text +); + INSERT INTO beer (id, brewery, name, abv) VALUES (1, 1, "Organic Best Bitter", "4.1"); INSERT INTO brewery (id, name, url) VALUES