fine-tune

This commit is contained in:
zhuxu 2025-07-21 15:43:55 +08:00
parent b583f2949f
commit 2f29f25e9a
2 changed files with 5 additions and 3 deletions

View File

@ -38,5 +38,5 @@ VALUES
('TIMESTAMP','postgres'),
('UUID','postgres'),
('JSON','postrges'),
('JSONB','postgres');
-- ('polar_coordinates','postgres');
('JSONB','postgres'),
('polar_coordinates','postgres');

View File

@ -17,4 +17,6 @@ VALUES
('potential_indicator','带电指示器','{}'),
('lightning_arrester','避雷器','{}'),
('cable_termination','电缆出线套筒','{}'),
('cable_end','电缆端','{}');
('cable_end','电缆端','{}'),
('2w_transformer','两绕组变压器','{}'),
('3w_transformer','三绕组变压器','{}');