Skip to content

Commit 4050634

Browse files
committed
update sitevars in dev environment
1 parent 5e75e84 commit 4050634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/docker-dev/sql/bootstrap.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ CREATE TABLE `sitevars` (
217217
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
218218

219219
INSERT INTO `sitevars` (`id`, `name`, `value`) VALUES
220-
(0, 'MAX_UID', '0'),
221-
(1, 'MAX_GID', '0'),
222-
(2, 'MAX_PIGID', '0');
220+
(0, 'MAX_UID', '2134'),
221+
(1, 'MAX_GID', '2134'),
222+
(2, 'MAX_PIGID', '2134');
223223

224224
--
225225
-- Indexes for dumped tables

0 commit comments

Comments
 (0)