fix: Fix styles, refactoring

This commit is contained in:
Maksim Eltyshev
2024-08-12 23:17:17 +02:00
parent c594e8bd71
commit 12f05adde7
20 changed files with 229 additions and 202 deletions

View File

@@ -28,10 +28,10 @@ module.exports = {
type: 'ref',
columnName: 'due_date',
},
dueCompleted: {
isDueDateCompleted: {
type: 'boolean',
defaultsTo: false,
columnName: 'due_completed',
allowNull: true,
columnName: 'is_due_date_completed',
},
stopwatch: {
type: 'json',