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 aa0d1c3 commit c85e76eCopy full SHA for c85e76e
src/DIRAC/ProductionSystem/DB/ProductionDB.sql
@@ -26,7 +26,7 @@ CREATE TABLE Productions(
26
CreationDate DATETIME,
27
LastUpdate DATETIME,
28
Author VARCHAR(255) NOT NULL,
29
- AuthorDN VARCHAR(255),
+ AuthorDN VARCHAR(255) DEFAULT NULL,
30
AuthorGroup VARCHAR(255) NOT NULL,
31
Status CHAR(32) DEFAULT 'New',
32
PRIMARY KEY(ProductionID),
src/DIRAC/TransformationSystem/DB/TransformationDB.sql
@@ -29,7 +29,7 @@ CREATE TABLE Transformations(
33
34
Type CHAR(32) DEFAULT 'Simulation',
35
Plugin CHAR(32) DEFAULT 'None',
0 commit comments