X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=aa0c38635ff692c1ded0f37f166a7946f2e5a7c0;hp=62dab984fc968de087c5eb1635d2e5398e45a72d;hb=c5b13dd3a313c85acce3bcdaf4d3f0251204c6b4;hpb=e586b5f4ce4e2e39068105ed4e3cc4b8fd736569 diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index 62dab98..aa0c386 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -81,6 +81,7 @@ add the role information here although it will not be used until the authorization section, Chapter 6). Create a new SQL script file by opening C in your editor and insert: + PRAGMA foreign_keys = ON; -- -- Add user and role tables, along with a many-to-many join table --