Skip to content

Commit 8d74800

Browse files
committed
feat (ComponentMonitoringDB): changed field from BLOB to TEXT
1 parent c165c81 commit 8d74800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/FrameworkSystem/DB/ComponentMonitoringDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __initializeDB(self):
8484
"Version": "VARCHAR(255)",
8585
"DIRACVersion": "VARCHAR(255) NOT NULL",
8686
"Platform": "VARCHAR(255) NOT NULL",
87-
"Description": "BLOB",
87+
"Description": "TEXT",
8888
},
8989
"Indexes": {"Component": ["CompId"]},
9090
}

0 commit comments

Comments
 (0)