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