Skip to content

Commit 112fedb

Browse files
committed
define site vars
1 parent ced4381 commit 112fedb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/docker-dev/sql/bootstrap.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ CREATE TABLE `sitevars` (
188188
`value` varchar(768) NOT NULL
189189
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
190190

191+
INSERT INTO `sitevars` (`id`, `name`, `value`) VALUES
192+
(0, 'MAX_UID', '0'),
193+
(1, 'MAX_GID', '0'),
194+
(2, 'MAX_PIGID', '0');
195+
191196
--
192197
-- Indexes for dumped tables
193198
--

0 commit comments

Comments
 (0)