[Checkout Slips Part 3 14/16] SQL
- fixed syntax errors (thanks Dan) - made sample_notices.sql mandatory Signed-off-by: Daniel Sweeney <daniel.sweeney@liblime.com> Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
ed3c0545da
commit
3d47d6b332
6 changed files with 2 additions and 2 deletions
|
@ -16,4 +16,4 @@ values
|
|||
(5, 'email', 0, 'circulation', 'CHECKIN'),
|
||||
(5, 'sms', 0, 'circulation', 'CHECKIN'),
|
||||
(6, 'email', 0, 'circulation', 'CHECKOUT'),
|
||||
(6, 'sms', 0, 'circulation', 'CHECKOUT'),
|
||||
(6, 'sms', 0, 'circulation', 'CHECKOUT');
|
||||
|
|
|
@ -16,4 +16,4 @@ values
|
|||
(5, 'email', 0, 'circulation', 'CHECKIN'),
|
||||
(5, 'sms', 0, 'circulation', 'CHECKIN'),
|
||||
(6, 'email', 0, 'circulation', 'CHECKOUT'),
|
||||
(6, 'sms', 0, 'circulation', 'CHECKOUT'),
|
||||
(6, 'sms', 0, 'circulation', 'CHECKOUT');
|
||||
|
|
Loading…
Reference in a new issue