mblabs-roccato-backend-commons 1.0.57 → 1.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,6 +26,11 @@ class CreateAccountSettingsTable1758382227488 {
|
|
|
26
26
|
type: 'uuid',
|
|
27
27
|
isNullable: true,
|
|
28
28
|
},
|
|
29
|
+
{
|
|
30
|
+
name: 'home',
|
|
31
|
+
type: 'jsonb',
|
|
32
|
+
isNullable: true,
|
|
33
|
+
},
|
|
29
34
|
{
|
|
30
35
|
name: 'calendar',
|
|
31
36
|
type: 'jsonb',
|
|
@@ -60,6 +65,7 @@ class CreateAccountSettingsTable1758382227488 {
|
|
|
60
65
|
columnNames: [
|
|
61
66
|
'id',
|
|
62
67
|
'accountId',
|
|
68
|
+
'home',
|
|
63
69
|
'calendar',
|
|
64
70
|
'favorites',
|
|
65
71
|
'language',
|
package/package.json
CHANGED
|
@@ -25,6 +25,11 @@ export class CreateAccountSettingsTable1758382227488 implements MigrationInterfa
|
|
|
25
25
|
type: 'uuid',
|
|
26
26
|
isNullable: true,
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
name: 'home',
|
|
30
|
+
type: 'jsonb',
|
|
31
|
+
isNullable: true,
|
|
32
|
+
},
|
|
28
33
|
{
|
|
29
34
|
name: 'calendar',
|
|
30
35
|
type: 'jsonb',
|
|
@@ -59,6 +64,7 @@ export class CreateAccountSettingsTable1758382227488 implements MigrationInterfa
|
|
|
59
64
|
columnNames: [
|
|
60
65
|
'id',
|
|
61
66
|
'accountId',
|
|
67
|
+
'home',
|
|
62
68
|
'calendar',
|
|
63
69
|
'favorites',
|
|
64
70
|
'language',
|