]> git.decadent.org.uk Git - maypole.git/blob - debian/patches/110_fix-fancy_example-schema.diff
Add Vcs-* fields pointing to my public repository
[maypole.git] / debian / patches / 110_fix-fancy_example-schema.diff
1 --- maypole.orig/examples/fancy_example/beerdb.sql
2 +++ maypole/examples/fancy_example/beerdb.sql
3 @@ -5,7 +5,7 @@
4  );
5  
6  CREATE TABLE pub (
7 -    id integer UNSIGNED NOT NULLprimary key auto_increment,
8 +    id integer UNSIGNED NOT NULL primary key auto_increment,
9      name varchar(60),
10      url varchar(120),
11      notes text