fine-tune
This commit is contained in:
parent
b583f2949f
commit
2f29f25e9a
|
|
@ -38,5 +38,5 @@ VALUES
|
||||||
('TIMESTAMP','postgres'),
|
('TIMESTAMP','postgres'),
|
||||||
('UUID','postgres'),
|
('UUID','postgres'),
|
||||||
('JSON','postrges'),
|
('JSON','postrges'),
|
||||||
('JSONB','postgres');
|
('JSONB','postgres'),
|
||||||
-- ('polar_coordinates','postgres');
|
('polar_coordinates','postgres');
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,6 @@ VALUES
|
||||||
('potential_indicator','带电指示器','{}'),
|
('potential_indicator','带电指示器','{}'),
|
||||||
('lightning_arrester','避雷器','{}'),
|
('lightning_arrester','避雷器','{}'),
|
||||||
('cable_termination','电缆出线套筒','{}'),
|
('cable_termination','电缆出线套筒','{}'),
|
||||||
('cable_end','电缆端','{}');
|
('cable_end','电缆端','{}'),
|
||||||
|
('2w_transformer','两绕组变压器','{}'),
|
||||||
|
('3w_transformer','三绕组变压器','{}');
|
||||||
Loading…
Reference in New Issue