* hide some package privileges from the open source version.

This commit is contained in:
jyeu
2023-08-18 17:17:42 +08:00
parent 2bdb968309
commit df9b79d8a2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -62,9 +62,9 @@ VALUES
(652, 651, '', 'package', ',open,biz,max,', ',rnd,', 40),
(653, 651, '', 'package', ',open,biz,max,', ',rnd,', 60),
(654, 651, '', 'package', ',open,biz,max,', ',rnd,', 80),
(655, 651, '', 'package', ',open,biz,max,', ',rnd,', 100),
(655, 651, '', 'package', ',biz,max,', ',rnd,', 100),
(656, 651, '', 'package', ',open,biz,max,', ',rnd,', 120),
(657, 651, '', 'package', ',open,biz,max,', ',rnd,', 140);
(657, 651, '', 'package', ',biz,max,', ',rnd,', 140);
REPLACE INTO
`zt_privlang` (`objectID`, `objectType`, `lang`, `key`, `value`, `desc`)
+2 -2
View File
@@ -15903,9 +15903,9 @@ VALUES
(652, 651, '', 'package', ',open,biz,max,', ',rnd,', 40),
(653, 651, '', 'package', ',open,biz,max,', ',rnd,', 60),
(654, 651, '', 'package', ',open,biz,max,', ',rnd,', 80),
(655, 651, '', 'package', ',open,biz,max,', ',rnd,', 100),
(655, 651, '', 'package', ',biz,max,', ',rnd,', 100),
(656, 651, '', 'package', ',open,biz,max,', ',rnd,', 120),
(657, 651, '', 'package', ',open,biz,max,', ',rnd,', 140);
(657, 651, '', 'package', ',biz,max,', ',rnd,', 140);
REPLACE INTO
`zt_privlang` (`objectID`, `objectType`, `lang`, `key`, `value`, `desc`)