X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=ae57b39d2ade9ed9ed015e0034f8d84789cb4b99;hp=46e209a962141b98dae879983ec177ae847e5b86;hb=c5b13dd3a313c85acce3bcdaf4d3f0251204c6b4;hpb=e586b5f4ce4e2e39068105ed4e3cc4b8fd736569 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 46e209a..ae57b39 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -567,6 +567,7 @@ SQLite (L), a popular database that is lightweight and easy to use. Be sure to get at least version 3. Open C in your editor and enter: + PRAGMA foreign_keys = ON; -- -- Create a very simple database to hold book and author information --