From ef5a8157e93a0e428ab6be0b0f57a3a2259f0ae7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 9 Oct 2018 14:11:28 -0300 Subject: [PATCH] Bug 11897: Add mising semi-colon to userflags.sql --- installer/data/mysql/userflags.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/userflags.sql b/installer/data/mysql/userflags.sql index a962fabd6b..68235994c5 100644 --- a/installer/data/mysql/userflags.sql +++ b/installer/data/mysql/userflags.sql @@ -19,6 +19,6 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES (20, 'lists', 'Lists', 0), (21, 'clubs', 'Patron clubs', '0'), (22,'ill','The Interlibrary Loans Module',0), -(23,'self_check','Self check modules',0) +(23,'self_check','Self check modules',0), (24, 'stockrotation', 'Manage stockrotation operations', 0) ; -- 2.11.0