Skip to content
Snippets Groups Projects

Resolve "[Queue-2.0] DB: Slot selection opens at is nullable in DB"

1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -686,3 +686,14 @@ databaseChangeLog:
type: INTEGER
value: 15
tableName: lab
# Add a not-null constraint on
- changeSet:
id: M3-M1
author: Chris Lemaire
changes:
- addNotNullConstraint:
columnDataType: TIMESTAMP
columnName: selection_opens_at
tableName: slotted_lab
defaultValueComputed: CURRENT_TIMESTAMP
Loading