We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c165c81 commit 8d74800Copy full SHA for 8d74800
src/DIRAC/FrameworkSystem/DB/ComponentMonitoringDB.py
@@ -84,7 +84,7 @@ def __initializeDB(self):
84
"Version": "VARCHAR(255)",
85
"DIRACVersion": "VARCHAR(255) NOT NULL",
86
"Platform": "VARCHAR(255) NOT NULL",
87
- "Description": "BLOB",
+ "Description": "TEXT",
88
},
89
"Indexes": {"Component": ["CompId"]},
90
}
0 commit comments