X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=4b8811038d7ee3d5d56d7f507ddcab11fd6b3076;hb=d5094e896c266519f63cc0f18b090103463d74b7;hp=16e81ab24bc9222bb2b1c6f8a5371ade19146d99;hpb=f3b1f00e41ae64fabb974d3ac073298f936457be;p=maypole.git 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