We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33daa87 commit 5970210Copy full SHA for 5970210
src/DIRAC/AccountingSystem/Client/Types/Network.py
@@ -16,8 +16,8 @@ def __init__(self):
16
17
# IPv6 address has up to 45 chars
18
self.definitionKeyFields = [
19
- ("SourceIP", "VARCHAR(39)"),
20
- ("DestinationIP", "VARCHAR(39)"),
+ ("SourceIP", "VARCHAR(64)"),
+ ("DestinationIP", "VARCHAR(64)"),
21
("SourceHostName", "VARCHAR(255)"),
22
("DestinationHostName", "VARCHAR(255)"),
23
("Source", "VARCHAR(255)"),
0 commit comments