restore local changes

This commit is contained in:
2026-01-14 23:11:07 +08:00
parent c027363e67
commit eb1e1d5ff8
26 changed files with 10938 additions and 0 deletions
+3
View File
@@ -65,6 +65,9 @@ INSERT INTO t_dictionary (
(REPLACE(UUID(), '-', ''), 'gender', 'secret', '保密', '保密', 3, 1, 'system', NOW(), 'system', NOW(), 0, '性别:保密'),
(REPLACE(UUID(), '-', ''), 'gender', 'other', '其他', '其他', 4, 1, 'system', NOW(), 'system', NOW(), 0, '性别:其他');
-- ============================================================================
-- 初始化完成
-- ============================================================================