@happyvertical/smrt-content 0.40.69 → 0.41.0
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.
- package/dist/content.d.ts.map +1 -1
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/manifest.json +557 -208
- package/dist/smrt-knowledge.json +20 -4
- package/dist/workbench.d.ts +1 -1
- package/package.json +14 -14
package/dist/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"timestamp": 0,
|
|
4
4
|
"packageName": "@happyvertical/smrt-content",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.41.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-content:ContentAsset": {
|
|
8
8
|
"name": "contentasset",
|
|
@@ -156,12 +156,6 @@
|
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
158
|
"indexes": [
|
|
159
|
-
{
|
|
160
|
-
"name": "content_assets_id_idx",
|
|
161
|
-
"columns": [
|
|
162
|
-
"id"
|
|
163
|
-
]
|
|
164
|
-
},
|
|
165
159
|
{
|
|
166
160
|
"name": "content_assets_content_id_asset_id_idx",
|
|
167
161
|
"columns": [
|
|
@@ -170,6 +164,26 @@
|
|
|
170
164
|
"relationship"
|
|
171
165
|
],
|
|
172
166
|
"unique": true
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "content_assets_slug_context_idx",
|
|
170
|
+
"columns": [
|
|
171
|
+
"slug",
|
|
172
|
+
"context"
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"name": "content_assets_tenant_id_created_at_idx",
|
|
177
|
+
"columns": [
|
|
178
|
+
"tenant_id",
|
|
179
|
+
"created_at"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "content_assets_asset_id_idx",
|
|
184
|
+
"columns": [
|
|
185
|
+
"asset_id"
|
|
186
|
+
]
|
|
173
187
|
}
|
|
174
188
|
],
|
|
175
189
|
"version": "a201e9ef"
|
|
@@ -336,12 +350,6 @@
|
|
|
336
350
|
}
|
|
337
351
|
},
|
|
338
352
|
"indexes": [
|
|
339
|
-
{
|
|
340
|
-
"name": "content_assets_id_idx",
|
|
341
|
-
"columns": [
|
|
342
|
-
"id"
|
|
343
|
-
]
|
|
344
|
-
},
|
|
345
353
|
{
|
|
346
354
|
"name": "content_assets_slug_context_idx",
|
|
347
355
|
"columns": [
|
|
@@ -349,6 +357,12 @@
|
|
|
349
357
|
"context"
|
|
350
358
|
],
|
|
351
359
|
"unique": true
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "content_assets_created_at_idx",
|
|
363
|
+
"columns": [
|
|
364
|
+
"created_at"
|
|
365
|
+
]
|
|
352
366
|
}
|
|
353
367
|
],
|
|
354
368
|
"version": "35bf42e8"
|
|
@@ -583,17 +597,36 @@
|
|
|
583
597
|
},
|
|
584
598
|
"indexes": [
|
|
585
599
|
{
|
|
586
|
-
"name": "
|
|
600
|
+
"name": "content_contribution_attachments_slug_context_idx",
|
|
587
601
|
"columns": [
|
|
588
|
-
"
|
|
602
|
+
"slug",
|
|
603
|
+
"context"
|
|
589
604
|
]
|
|
590
605
|
},
|
|
591
606
|
{
|
|
592
|
-
"name": "
|
|
607
|
+
"name": "content_contribution_attachments_tenant_id_created_at_idx",
|
|
593
608
|
"columns": [
|
|
594
|
-
"
|
|
595
|
-
|
|
596
|
-
|
|
609
|
+
"tenant_id",
|
|
610
|
+
"created_at"
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "content_contribution_attachments_contribution_id_idx",
|
|
615
|
+
"columns": [
|
|
616
|
+
"contribution_id"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "content_contribution_attachments_revision_id_idx",
|
|
621
|
+
"columns": [
|
|
622
|
+
"revision_id"
|
|
623
|
+
]
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "content_contribution_attachments_promoted_asset_id_idx",
|
|
627
|
+
"columns": [
|
|
628
|
+
"promoted_asset_id"
|
|
629
|
+
]
|
|
597
630
|
}
|
|
598
631
|
],
|
|
599
632
|
"version": "0801b8fd"
|
|
@@ -675,12 +708,6 @@
|
|
|
675
708
|
}
|
|
676
709
|
},
|
|
677
710
|
"indexes": [
|
|
678
|
-
{
|
|
679
|
-
"name": "content_contribution_attachments_id_idx",
|
|
680
|
-
"columns": [
|
|
681
|
-
"id"
|
|
682
|
-
]
|
|
683
|
-
},
|
|
684
711
|
{
|
|
685
712
|
"name": "content_contribution_attachments_slug_context_idx",
|
|
686
713
|
"columns": [
|
|
@@ -688,6 +715,12 @@
|
|
|
688
715
|
"context"
|
|
689
716
|
],
|
|
690
717
|
"unique": true
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"name": "content_contribution_attachments_created_at_idx",
|
|
721
|
+
"columns": [
|
|
722
|
+
"created_at"
|
|
723
|
+
]
|
|
691
724
|
}
|
|
692
725
|
],
|
|
693
726
|
"version": "d0c8b33f"
|
|
@@ -912,18 +945,32 @@
|
|
|
912
945
|
},
|
|
913
946
|
"indexes": [
|
|
914
947
|
{
|
|
915
|
-
"name": "
|
|
916
|
-
"columns": [
|
|
917
|
-
"id"
|
|
918
|
-
]
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"name": "content_contribution_revisions_contribution_id_revision_number_idx",
|
|
948
|
+
"name": "content_contribution_revisions_contribution_id_r_af43e6d599_idx",
|
|
922
949
|
"columns": [
|
|
923
950
|
"contribution_id",
|
|
924
951
|
"revision_number"
|
|
925
952
|
],
|
|
926
953
|
"unique": true
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "content_contribution_revisions_slug_context_idx",
|
|
957
|
+
"columns": [
|
|
958
|
+
"slug",
|
|
959
|
+
"context"
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "content_contribution_revisions_tenant_id_created_at_idx",
|
|
964
|
+
"columns": [
|
|
965
|
+
"tenant_id",
|
|
966
|
+
"created_at"
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"name": "content_contribution_revisions_source_message_id_idx",
|
|
971
|
+
"columns": [
|
|
972
|
+
"source_message_id"
|
|
973
|
+
]
|
|
927
974
|
}
|
|
928
975
|
],
|
|
929
976
|
"version": "66bf02f5"
|
|
@@ -1005,12 +1052,6 @@
|
|
|
1005
1052
|
}
|
|
1006
1053
|
},
|
|
1007
1054
|
"indexes": [
|
|
1008
|
-
{
|
|
1009
|
-
"name": "content_contribution_revisions_id_idx",
|
|
1010
|
-
"columns": [
|
|
1011
|
-
"id"
|
|
1012
|
-
]
|
|
1013
|
-
},
|
|
1014
1055
|
{
|
|
1015
1056
|
"name": "content_contribution_revisions_slug_context_idx",
|
|
1016
1057
|
"columns": [
|
|
@@ -1018,6 +1059,12 @@
|
|
|
1018
1059
|
"context"
|
|
1019
1060
|
],
|
|
1020
1061
|
"unique": true
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"name": "content_contribution_revisions_created_at_idx",
|
|
1065
|
+
"columns": [
|
|
1066
|
+
"created_at"
|
|
1067
|
+
]
|
|
1021
1068
|
}
|
|
1022
1069
|
],
|
|
1023
1070
|
"version": "cc3e0dfa"
|
|
@@ -1360,18 +1407,26 @@
|
|
|
1360
1407
|
}
|
|
1361
1408
|
},
|
|
1362
1409
|
"indexes": [
|
|
1363
|
-
{
|
|
1364
|
-
"name": "content_contribution_types_id_idx",
|
|
1365
|
-
"columns": [
|
|
1366
|
-
"id"
|
|
1367
|
-
]
|
|
1368
|
-
},
|
|
1369
1410
|
{
|
|
1370
1411
|
"name": "content_contribution_types_key_idx",
|
|
1371
1412
|
"columns": [
|
|
1372
1413
|
"key"
|
|
1373
1414
|
],
|
|
1374
1415
|
"unique": true
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "content_contribution_types_slug_context_idx",
|
|
1419
|
+
"columns": [
|
|
1420
|
+
"slug",
|
|
1421
|
+
"context"
|
|
1422
|
+
]
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"name": "content_contribution_types_tenant_id_created_at_idx",
|
|
1426
|
+
"columns": [
|
|
1427
|
+
"tenant_id",
|
|
1428
|
+
"created_at"
|
|
1429
|
+
]
|
|
1375
1430
|
}
|
|
1376
1431
|
],
|
|
1377
1432
|
"version": "35552300"
|
|
@@ -1439,12 +1494,6 @@
|
|
|
1439
1494
|
}
|
|
1440
1495
|
},
|
|
1441
1496
|
"indexes": [
|
|
1442
|
-
{
|
|
1443
|
-
"name": "content_contribution_types_id_idx",
|
|
1444
|
-
"columns": [
|
|
1445
|
-
"id"
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
1497
|
{
|
|
1449
1498
|
"name": "content_contribution_types_slug_context_idx",
|
|
1450
1499
|
"columns": [
|
|
@@ -1452,6 +1501,12 @@
|
|
|
1452
1501
|
"context"
|
|
1453
1502
|
],
|
|
1454
1503
|
"unique": true
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "content_contribution_types_created_at_idx",
|
|
1507
|
+
"columns": [
|
|
1508
|
+
"created_at"
|
|
1509
|
+
]
|
|
1455
1510
|
}
|
|
1456
1511
|
],
|
|
1457
1512
|
"version": "9c9a0367"
|
|
@@ -1966,17 +2021,36 @@
|
|
|
1966
2021
|
},
|
|
1967
2022
|
"indexes": [
|
|
1968
2023
|
{
|
|
1969
|
-
"name": "
|
|
2024
|
+
"name": "content_contributions_slug_context_idx",
|
|
1970
2025
|
"columns": [
|
|
1971
|
-
"
|
|
2026
|
+
"slug",
|
|
2027
|
+
"context"
|
|
1972
2028
|
]
|
|
1973
2029
|
},
|
|
1974
2030
|
{
|
|
1975
|
-
"name": "
|
|
2031
|
+
"name": "content_contributions_tenant_id_created_at_idx",
|
|
1976
2032
|
"columns": [
|
|
1977
|
-
"
|
|
1978
|
-
|
|
1979
|
-
|
|
2033
|
+
"tenant_id",
|
|
2034
|
+
"created_at"
|
|
2035
|
+
]
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"name": "content_contributions_contributor_id_idx",
|
|
2039
|
+
"columns": [
|
|
2040
|
+
"contributor_id"
|
|
2041
|
+
]
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
"name": "content_contributions_source_message_id_idx",
|
|
2045
|
+
"columns": [
|
|
2046
|
+
"source_message_id"
|
|
2047
|
+
]
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"name": "content_contributions_promoted_content_id_idx",
|
|
2051
|
+
"columns": [
|
|
2052
|
+
"promoted_content_id"
|
|
2053
|
+
]
|
|
1980
2054
|
}
|
|
1981
2055
|
],
|
|
1982
2056
|
"version": "0fdc1992"
|
|
@@ -2138,12 +2212,6 @@
|
|
|
2138
2212
|
}
|
|
2139
2213
|
},
|
|
2140
2214
|
"indexes": [
|
|
2141
|
-
{
|
|
2142
|
-
"name": "content_contributions_id_idx",
|
|
2143
|
-
"columns": [
|
|
2144
|
-
"id"
|
|
2145
|
-
]
|
|
2146
|
-
},
|
|
2147
2215
|
{
|
|
2148
2216
|
"name": "content_contributions_slug_context_idx",
|
|
2149
2217
|
"columns": [
|
|
@@ -2151,6 +2219,12 @@
|
|
|
2151
2219
|
"context"
|
|
2152
2220
|
],
|
|
2153
2221
|
"unique": true
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"name": "content_contributions_created_at_idx",
|
|
2225
|
+
"columns": [
|
|
2226
|
+
"created_at"
|
|
2227
|
+
]
|
|
2154
2228
|
}
|
|
2155
2229
|
],
|
|
2156
2230
|
"version": "641c0cc8"
|
|
@@ -2342,18 +2416,32 @@
|
|
|
2342
2416
|
}
|
|
2343
2417
|
},
|
|
2344
2418
|
"indexes": [
|
|
2345
|
-
{
|
|
2346
|
-
"name": "content_contributors_id_idx",
|
|
2347
|
-
"columns": [
|
|
2348
|
-
"id"
|
|
2349
|
-
]
|
|
2350
|
-
},
|
|
2351
2419
|
{
|
|
2352
2420
|
"name": "content_contributors_email_idx",
|
|
2353
2421
|
"columns": [
|
|
2354
2422
|
"email"
|
|
2355
2423
|
],
|
|
2356
2424
|
"unique": true
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"name": "content_contributors_slug_context_idx",
|
|
2428
|
+
"columns": [
|
|
2429
|
+
"slug",
|
|
2430
|
+
"context"
|
|
2431
|
+
]
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"name": "content_contributors_tenant_id_created_at_idx",
|
|
2435
|
+
"columns": [
|
|
2436
|
+
"tenant_id",
|
|
2437
|
+
"created_at"
|
|
2438
|
+
]
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "content_contributors_profile_id_idx",
|
|
2442
|
+
"columns": [
|
|
2443
|
+
"profile_id"
|
|
2444
|
+
]
|
|
2357
2445
|
}
|
|
2358
2446
|
],
|
|
2359
2447
|
"version": "7eb9c661"
|
|
@@ -2449,12 +2537,6 @@
|
|
|
2449
2537
|
}
|
|
2450
2538
|
},
|
|
2451
2539
|
"indexes": [
|
|
2452
|
-
{
|
|
2453
|
-
"name": "content_contributors_id_idx",
|
|
2454
|
-
"columns": [
|
|
2455
|
-
"id"
|
|
2456
|
-
]
|
|
2457
|
-
},
|
|
2458
2540
|
{
|
|
2459
2541
|
"name": "content_contributors_slug_context_idx",
|
|
2460
2542
|
"columns": [
|
|
@@ -2462,6 +2544,12 @@
|
|
|
2462
2544
|
"context"
|
|
2463
2545
|
],
|
|
2464
2546
|
"unique": true
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "content_contributors_created_at_idx",
|
|
2550
|
+
"columns": [
|
|
2551
|
+
"created_at"
|
|
2552
|
+
]
|
|
2465
2553
|
}
|
|
2466
2554
|
],
|
|
2467
2555
|
"version": "b457e60b"
|
|
@@ -2590,7 +2678,12 @@
|
|
|
2590
2678
|
"cli": true,
|
|
2591
2679
|
"tenantScoped": {
|
|
2592
2680
|
"mode": "optional"
|
|
2593
|
-
}
|
|
2681
|
+
},
|
|
2682
|
+
"conflictColumns": [
|
|
2683
|
+
"tenant_id",
|
|
2684
|
+
"slug",
|
|
2685
|
+
"context"
|
|
2686
|
+
]
|
|
2594
2687
|
},
|
|
2595
2688
|
"extends": "SmrtObject",
|
|
2596
2689
|
"exportName": "ContentCorrection",
|
|
@@ -2705,19 +2798,45 @@
|
|
|
2705
2798
|
}
|
|
2706
2799
|
},
|
|
2707
2800
|
"indexes": [
|
|
2708
|
-
{
|
|
2709
|
-
"name": "content_corrections_id_idx",
|
|
2710
|
-
"columns": [
|
|
2711
|
-
"id"
|
|
2712
|
-
]
|
|
2713
|
-
},
|
|
2714
2801
|
{
|
|
2715
2802
|
"name": "content_corrections_slug_context_idx",
|
|
2716
2803
|
"columns": [
|
|
2804
|
+
"tenant_id",
|
|
2717
2805
|
"slug",
|
|
2718
2806
|
"context"
|
|
2719
2807
|
],
|
|
2720
2808
|
"unique": true
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"name": "content_corrections_tenant_id_created_at_idx",
|
|
2812
|
+
"columns": [
|
|
2813
|
+
"tenant_id",
|
|
2814
|
+
"created_at"
|
|
2815
|
+
]
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"name": "content_corrections_content_id_idx",
|
|
2819
|
+
"columns": [
|
|
2820
|
+
"content_id"
|
|
2821
|
+
]
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
"name": "content_corrections_content_version_id_idx",
|
|
2825
|
+
"columns": [
|
|
2826
|
+
"content_version_id"
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "content_corrections_fact_id_idx",
|
|
2831
|
+
"columns": [
|
|
2832
|
+
"fact_id"
|
|
2833
|
+
]
|
|
2834
|
+
},
|
|
2835
|
+
{
|
|
2836
|
+
"name": "content_corrections_replacement_fact_id_idx",
|
|
2837
|
+
"columns": [
|
|
2838
|
+
"replacement_fact_id"
|
|
2839
|
+
]
|
|
2721
2840
|
}
|
|
2722
2841
|
],
|
|
2723
2842
|
"version": "5bb750e4"
|
|
@@ -2813,12 +2932,6 @@
|
|
|
2813
2932
|
}
|
|
2814
2933
|
},
|
|
2815
2934
|
"indexes": [
|
|
2816
|
-
{
|
|
2817
|
-
"name": "content_corrections_id_idx",
|
|
2818
|
-
"columns": [
|
|
2819
|
-
"id"
|
|
2820
|
-
]
|
|
2821
|
-
},
|
|
2822
2935
|
{
|
|
2823
2936
|
"name": "content_corrections_slug_context_idx",
|
|
2824
2937
|
"columns": [
|
|
@@ -2826,6 +2939,12 @@
|
|
|
2826
2939
|
"context"
|
|
2827
2940
|
],
|
|
2828
2941
|
"unique": true
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "content_corrections_created_at_idx",
|
|
2945
|
+
"columns": [
|
|
2946
|
+
"created_at"
|
|
2947
|
+
]
|
|
2829
2948
|
}
|
|
2830
2949
|
],
|
|
2831
2950
|
"version": "6ebe142d"
|
|
@@ -3175,12 +3294,6 @@
|
|
|
3175
3294
|
}
|
|
3176
3295
|
},
|
|
3177
3296
|
"indexes": [
|
|
3178
|
-
{
|
|
3179
|
-
"name": "content_feed_sources_id_idx",
|
|
3180
|
-
"columns": [
|
|
3181
|
-
"id"
|
|
3182
|
-
]
|
|
3183
|
-
},
|
|
3184
3297
|
{
|
|
3185
3298
|
"name": "content_feed_sources_tenant_id_feed_url_idx",
|
|
3186
3299
|
"columns": [
|
|
@@ -3188,6 +3301,20 @@
|
|
|
3188
3301
|
"feed_url"
|
|
3189
3302
|
],
|
|
3190
3303
|
"unique": true
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"name": "content_feed_sources_slug_context_idx",
|
|
3307
|
+
"columns": [
|
|
3308
|
+
"slug",
|
|
3309
|
+
"context"
|
|
3310
|
+
]
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "content_feed_sources_tenant_id_created_at_idx",
|
|
3314
|
+
"columns": [
|
|
3315
|
+
"tenant_id",
|
|
3316
|
+
"created_at"
|
|
3317
|
+
]
|
|
3191
3318
|
}
|
|
3192
3319
|
],
|
|
3193
3320
|
"version": "bbcb36e5"
|
|
@@ -3293,12 +3420,6 @@
|
|
|
3293
3420
|
}
|
|
3294
3421
|
},
|
|
3295
3422
|
"indexes": [
|
|
3296
|
-
{
|
|
3297
|
-
"name": "content_feed_sources_id_idx",
|
|
3298
|
-
"columns": [
|
|
3299
|
-
"id"
|
|
3300
|
-
]
|
|
3301
|
-
},
|
|
3302
3423
|
{
|
|
3303
3424
|
"name": "content_feed_sources_slug_context_idx",
|
|
3304
3425
|
"columns": [
|
|
@@ -3306,6 +3427,12 @@
|
|
|
3306
3427
|
"context"
|
|
3307
3428
|
],
|
|
3308
3429
|
"unique": true
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"name": "content_feed_sources_created_at_idx",
|
|
3433
|
+
"columns": [
|
|
3434
|
+
"created_at"
|
|
3435
|
+
]
|
|
3309
3436
|
}
|
|
3310
3437
|
],
|
|
3311
3438
|
"version": "bb0cca9e"
|
|
@@ -3588,18 +3715,26 @@
|
|
|
3588
3715
|
}
|
|
3589
3716
|
},
|
|
3590
3717
|
"indexes": [
|
|
3591
|
-
{
|
|
3592
|
-
"name": "content_governance_assignments_id_idx",
|
|
3593
|
-
"columns": [
|
|
3594
|
-
"id"
|
|
3595
|
-
]
|
|
3596
|
-
},
|
|
3597
3718
|
{
|
|
3598
3719
|
"name": "content_governance_assignments_key_idx",
|
|
3599
3720
|
"columns": [
|
|
3600
3721
|
"key"
|
|
3601
3722
|
],
|
|
3602
3723
|
"unique": true
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "content_governance_assignments_slug_context_idx",
|
|
3727
|
+
"columns": [
|
|
3728
|
+
"slug",
|
|
3729
|
+
"context"
|
|
3730
|
+
]
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"name": "content_governance_assignments_tenant_id_created_at_idx",
|
|
3734
|
+
"columns": [
|
|
3735
|
+
"tenant_id",
|
|
3736
|
+
"created_at"
|
|
3737
|
+
]
|
|
3603
3738
|
}
|
|
3604
3739
|
],
|
|
3605
3740
|
"version": "00a2c610"
|
|
@@ -3681,12 +3816,6 @@
|
|
|
3681
3816
|
}
|
|
3682
3817
|
},
|
|
3683
3818
|
"indexes": [
|
|
3684
|
-
{
|
|
3685
|
-
"name": "content_governance_assignments_id_idx",
|
|
3686
|
-
"columns": [
|
|
3687
|
-
"id"
|
|
3688
|
-
]
|
|
3689
|
-
},
|
|
3690
3819
|
{
|
|
3691
3820
|
"name": "content_governance_assignments_slug_context_idx",
|
|
3692
3821
|
"columns": [
|
|
@@ -3694,6 +3823,12 @@
|
|
|
3694
3823
|
"context"
|
|
3695
3824
|
],
|
|
3696
3825
|
"unique": true
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "content_governance_assignments_created_at_idx",
|
|
3829
|
+
"columns": [
|
|
3830
|
+
"created_at"
|
|
3831
|
+
]
|
|
3697
3832
|
}
|
|
3698
3833
|
],
|
|
3699
3834
|
"version": "21471529"
|
|
@@ -3761,12 +3896,6 @@
|
|
|
3761
3896
|
}
|
|
3762
3897
|
},
|
|
3763
3898
|
"indexes": [
|
|
3764
|
-
{
|
|
3765
|
-
"name": "content_governance_policies_id_idx",
|
|
3766
|
-
"columns": [
|
|
3767
|
-
"id"
|
|
3768
|
-
]
|
|
3769
|
-
},
|
|
3770
3899
|
{
|
|
3771
3900
|
"name": "content_governance_policies_slug_context_idx",
|
|
3772
3901
|
"columns": [
|
|
@@ -3774,6 +3903,12 @@
|
|
|
3774
3903
|
"context"
|
|
3775
3904
|
],
|
|
3776
3905
|
"unique": true
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"name": "content_governance_policies_created_at_idx",
|
|
3909
|
+
"columns": [
|
|
3910
|
+
"created_at"
|
|
3911
|
+
]
|
|
3777
3912
|
}
|
|
3778
3913
|
],
|
|
3779
3914
|
"version": "e2da0e5b"
|
|
@@ -3981,18 +4116,26 @@
|
|
|
3981
4116
|
}
|
|
3982
4117
|
},
|
|
3983
4118
|
"indexes": [
|
|
3984
|
-
{
|
|
3985
|
-
"name": "content_governance_policies_id_idx",
|
|
3986
|
-
"columns": [
|
|
3987
|
-
"id"
|
|
3988
|
-
]
|
|
3989
|
-
},
|
|
3990
4119
|
{
|
|
3991
4120
|
"name": "content_governance_policies_key_idx",
|
|
3992
4121
|
"columns": [
|
|
3993
4122
|
"key"
|
|
3994
4123
|
],
|
|
3995
4124
|
"unique": true
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "content_governance_policies_slug_context_idx",
|
|
4128
|
+
"columns": [
|
|
4129
|
+
"slug",
|
|
4130
|
+
"context"
|
|
4131
|
+
]
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"name": "content_governance_policies_tenant_id_created_at_idx",
|
|
4135
|
+
"columns": [
|
|
4136
|
+
"tenant_id",
|
|
4137
|
+
"created_at"
|
|
4138
|
+
]
|
|
3996
4139
|
}
|
|
3997
4140
|
],
|
|
3998
4141
|
"version": "3cc24f80"
|
|
@@ -4206,18 +4349,26 @@
|
|
|
4206
4349
|
}
|
|
4207
4350
|
},
|
|
4208
4351
|
"indexes": [
|
|
4209
|
-
{
|
|
4210
|
-
"name": "content_governance_profiles_id_idx",
|
|
4211
|
-
"columns": [
|
|
4212
|
-
"id"
|
|
4213
|
-
]
|
|
4214
|
-
},
|
|
4215
4352
|
{
|
|
4216
4353
|
"name": "content_governance_profiles_key_idx",
|
|
4217
4354
|
"columns": [
|
|
4218
4355
|
"key"
|
|
4219
4356
|
],
|
|
4220
4357
|
"unique": true
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "content_governance_profiles_slug_context_idx",
|
|
4361
|
+
"columns": [
|
|
4362
|
+
"slug",
|
|
4363
|
+
"context"
|
|
4364
|
+
]
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"name": "content_governance_profiles_tenant_id_created_at_idx",
|
|
4368
|
+
"columns": [
|
|
4369
|
+
"tenant_id",
|
|
4370
|
+
"created_at"
|
|
4371
|
+
]
|
|
4221
4372
|
}
|
|
4222
4373
|
],
|
|
4223
4374
|
"version": "4bfc2afc"
|
|
@@ -4285,12 +4436,6 @@
|
|
|
4285
4436
|
}
|
|
4286
4437
|
},
|
|
4287
4438
|
"indexes": [
|
|
4288
|
-
{
|
|
4289
|
-
"name": "content_governance_profiles_id_idx",
|
|
4290
|
-
"columns": [
|
|
4291
|
-
"id"
|
|
4292
|
-
]
|
|
4293
|
-
},
|
|
4294
4439
|
{
|
|
4295
4440
|
"name": "content_governance_profiles_slug_context_idx",
|
|
4296
4441
|
"columns": [
|
|
@@ -4298,6 +4443,12 @@
|
|
|
4298
4443
|
"context"
|
|
4299
4444
|
],
|
|
4300
4445
|
"unique": true
|
|
4446
|
+
},
|
|
4447
|
+
{
|
|
4448
|
+
"name": "content_governance_profiles_created_at_idx",
|
|
4449
|
+
"columns": [
|
|
4450
|
+
"created_at"
|
|
4451
|
+
]
|
|
4301
4452
|
}
|
|
4302
4453
|
],
|
|
4303
4454
|
"version": "496f0f56"
|
|
@@ -4437,12 +4588,6 @@
|
|
|
4437
4588
|
}
|
|
4438
4589
|
},
|
|
4439
4590
|
"indexes": [
|
|
4440
|
-
{
|
|
4441
|
-
"name": "content_references_id_idx",
|
|
4442
|
-
"columns": [
|
|
4443
|
-
"id"
|
|
4444
|
-
]
|
|
4445
|
-
},
|
|
4446
4591
|
{
|
|
4447
4592
|
"name": "content_references_source_id_target_id_idx",
|
|
4448
4593
|
"columns": [
|
|
@@ -4450,6 +4595,26 @@
|
|
|
4450
4595
|
"target_id"
|
|
4451
4596
|
],
|
|
4452
4597
|
"unique": true
|
|
4598
|
+
},
|
|
4599
|
+
{
|
|
4600
|
+
"name": "content_references_slug_context_idx",
|
|
4601
|
+
"columns": [
|
|
4602
|
+
"slug",
|
|
4603
|
+
"context"
|
|
4604
|
+
]
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"name": "content_references_tenant_id_created_at_idx",
|
|
4608
|
+
"columns": [
|
|
4609
|
+
"tenant_id",
|
|
4610
|
+
"created_at"
|
|
4611
|
+
]
|
|
4612
|
+
},
|
|
4613
|
+
{
|
|
4614
|
+
"name": "content_references_target_id_idx",
|
|
4615
|
+
"columns": [
|
|
4616
|
+
"target_id"
|
|
4617
|
+
]
|
|
4453
4618
|
}
|
|
4454
4619
|
],
|
|
4455
4620
|
"version": "93a08999"
|
|
@@ -4660,12 +4825,6 @@
|
|
|
4660
4825
|
}
|
|
4661
4826
|
},
|
|
4662
4827
|
"indexes": [
|
|
4663
|
-
{
|
|
4664
|
-
"name": "content_references_id_idx",
|
|
4665
|
-
"columns": [
|
|
4666
|
-
"id"
|
|
4667
|
-
]
|
|
4668
|
-
},
|
|
4669
4828
|
{
|
|
4670
4829
|
"name": "content_references_slug_context_idx",
|
|
4671
4830
|
"columns": [
|
|
@@ -4673,6 +4832,12 @@
|
|
|
4673
4832
|
"context"
|
|
4674
4833
|
],
|
|
4675
4834
|
"unique": true
|
|
4835
|
+
},
|
|
4836
|
+
{
|
|
4837
|
+
"name": "content_references_created_at_idx",
|
|
4838
|
+
"columns": [
|
|
4839
|
+
"created_at"
|
|
4840
|
+
]
|
|
4676
4841
|
}
|
|
4677
4842
|
],
|
|
4678
4843
|
"version": "e9ad3cf0"
|
|
@@ -4795,7 +4960,12 @@
|
|
|
4795
4960
|
"cli": true,
|
|
4796
4961
|
"tenantScoped": {
|
|
4797
4962
|
"mode": "optional"
|
|
4798
|
-
}
|
|
4963
|
+
},
|
|
4964
|
+
"conflictColumns": [
|
|
4965
|
+
"tenant_id",
|
|
4966
|
+
"slug",
|
|
4967
|
+
"context"
|
|
4968
|
+
]
|
|
4799
4969
|
},
|
|
4800
4970
|
"extends": "SmrtObject",
|
|
4801
4971
|
"exportName": "ContentReview",
|
|
@@ -4893,19 +5063,33 @@
|
|
|
4893
5063
|
}
|
|
4894
5064
|
},
|
|
4895
5065
|
"indexes": [
|
|
4896
|
-
{
|
|
4897
|
-
"name": "content_reviews_id_idx",
|
|
4898
|
-
"columns": [
|
|
4899
|
-
"id"
|
|
4900
|
-
]
|
|
4901
|
-
},
|
|
4902
5066
|
{
|
|
4903
5067
|
"name": "content_reviews_slug_context_idx",
|
|
4904
5068
|
"columns": [
|
|
5069
|
+
"tenant_id",
|
|
4905
5070
|
"slug",
|
|
4906
5071
|
"context"
|
|
4907
5072
|
],
|
|
4908
5073
|
"unique": true
|
|
5074
|
+
},
|
|
5075
|
+
{
|
|
5076
|
+
"name": "content_reviews_tenant_id_created_at_idx",
|
|
5077
|
+
"columns": [
|
|
5078
|
+
"tenant_id",
|
|
5079
|
+
"created_at"
|
|
5080
|
+
]
|
|
5081
|
+
},
|
|
5082
|
+
{
|
|
5083
|
+
"name": "content_reviews_content_id_idx",
|
|
5084
|
+
"columns": [
|
|
5085
|
+
"content_id"
|
|
5086
|
+
]
|
|
5087
|
+
},
|
|
5088
|
+
{
|
|
5089
|
+
"name": "content_reviews_content_version_id_idx",
|
|
5090
|
+
"columns": [
|
|
5091
|
+
"content_version_id"
|
|
5092
|
+
]
|
|
4909
5093
|
}
|
|
4910
5094
|
],
|
|
4911
5095
|
"version": "561fbff4"
|
|
@@ -5049,12 +5233,6 @@
|
|
|
5049
5233
|
}
|
|
5050
5234
|
},
|
|
5051
5235
|
"indexes": [
|
|
5052
|
-
{
|
|
5053
|
-
"name": "content_reviews_id_idx",
|
|
5054
|
-
"columns": [
|
|
5055
|
-
"id"
|
|
5056
|
-
]
|
|
5057
|
-
},
|
|
5058
5236
|
{
|
|
5059
5237
|
"name": "content_reviews_slug_context_idx",
|
|
5060
5238
|
"columns": [
|
|
@@ -5062,6 +5240,12 @@
|
|
|
5062
5240
|
"context"
|
|
5063
5241
|
],
|
|
5064
5242
|
"unique": true
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "content_reviews_created_at_idx",
|
|
5246
|
+
"columns": [
|
|
5247
|
+
"created_at"
|
|
5248
|
+
]
|
|
5065
5249
|
}
|
|
5066
5250
|
],
|
|
5067
5251
|
"version": "03b7d1d3"
|
|
@@ -6529,7 +6713,7 @@
|
|
|
6529
6713
|
],
|
|
6530
6714
|
"schema": {
|
|
6531
6715
|
"tableName": "contents",
|
|
6532
|
-
"ddl": "CREATE TABLE IF NOT EXISTS \"contents\" (\n \"id\" UUID PRIMARY KEY NOT NULL,\n \"slug\" TEXT NOT NULL,\n \"context\" TEXT NOT NULL DEFAULT '',\n \"_meta_type\" TEXT NOT NULL,\n \"_meta_data\" JSON,\n \"created_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"updated_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"tenant_id\" UUID,\n \"type\" TEXT,\n \"variant\" TEXT,\n \"file_key\" TEXT,\n \"author\" TEXT,\n \"name\" TEXT DEFAULT '',\n \"title\" TEXT,\n \"description\" TEXT,\n \"body\" TEXT,\n \"body_format\" TEXT,\n \"publish_date\" TIMESTAMP,\n \"url\" TEXT,\n \"source\" TEXT,\n \"original_url\" TEXT,\n \"language\" TEXT,\n \"tags\" JSON DEFAULT '[]',\n \"category\" TEXT,\n \"status\" TEXT DEFAULT 'draft',\n \"state\" TEXT DEFAULT 'active',\n \"metadata\" JSON DEFAULT '{}',\n \"thumbnail_asset_id\" UUID\n);",
|
|
6716
|
+
"ddl": "CREATE TABLE IF NOT EXISTS \"contents\" (\n \"id\" UUID PRIMARY KEY NOT NULL,\n \"slug\" TEXT NOT NULL,\n \"context\" TEXT NOT NULL DEFAULT '',\n \"_meta_type\" TEXT NOT NULL,\n \"_meta_data\" JSON,\n \"created_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"updated_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"tenant_id\" UUID,\n \"type\" TEXT,\n \"variant\" TEXT,\n \"file_key\" TEXT,\n \"author\" TEXT,\n \"name\" TEXT DEFAULT '',\n \"title\" TEXT,\n \"description\" TEXT,\n \"body\" TEXT,\n \"body_format\" TEXT,\n \"publish_date\" TIMESTAMP,\n \"url\" TEXT,\n \"source\" TEXT,\n \"original_url\" TEXT,\n \"language\" TEXT,\n \"tags\" JSON DEFAULT '[]',\n \"category\" TEXT,\n \"status\" TEXT DEFAULT 'draft',\n \"state\" TEXT DEFAULT 'active',\n \"metadata\" JSON DEFAULT '{}',\n \"thumbnail_asset_id\" UUID,\n \"feed_source_id\" UUID,\n \"source_guid\" TEXT,\n \"source_name\" TEXT,\n \"source_homepage_url\" TEXT,\n \"external_url\" TEXT,\n \"original_published_at\" TIMESTAMP,\n \"dedupe_key\" TEXT\n);",
|
|
6533
6717
|
"columns": {
|
|
6534
6718
|
"id": {
|
|
6535
6719
|
"type": "UUID",
|
|
@@ -6654,18 +6838,42 @@
|
|
|
6654
6838
|
"type": "UUID",
|
|
6655
6839
|
"referenceKind": "crossPackageRef",
|
|
6656
6840
|
"notNull": false
|
|
6841
|
+
},
|
|
6842
|
+
"feed_source_id": {
|
|
6843
|
+
"type": "UUID",
|
|
6844
|
+
"referenceKind": "foreignKey",
|
|
6845
|
+
"notNull": false
|
|
6846
|
+
},
|
|
6847
|
+
"source_guid": {
|
|
6848
|
+
"type": "TEXT",
|
|
6849
|
+
"notNull": false
|
|
6850
|
+
},
|
|
6851
|
+
"source_name": {
|
|
6852
|
+
"type": "TEXT",
|
|
6853
|
+
"notNull": false
|
|
6854
|
+
},
|
|
6855
|
+
"source_homepage_url": {
|
|
6856
|
+
"type": "TEXT",
|
|
6857
|
+
"notNull": false
|
|
6858
|
+
},
|
|
6859
|
+
"external_url": {
|
|
6860
|
+
"type": "TEXT",
|
|
6861
|
+
"notNull": false
|
|
6862
|
+
},
|
|
6863
|
+
"original_published_at": {
|
|
6864
|
+
"type": "TIMESTAMP",
|
|
6865
|
+
"notNull": false
|
|
6866
|
+
},
|
|
6867
|
+
"dedupe_key": {
|
|
6868
|
+
"type": "TEXT",
|
|
6869
|
+
"notNull": false
|
|
6657
6870
|
}
|
|
6658
6871
|
},
|
|
6659
6872
|
"indexes": [
|
|
6660
|
-
{
|
|
6661
|
-
"name": "contents_id_idx",
|
|
6662
|
-
"columns": [
|
|
6663
|
-
"id"
|
|
6664
|
-
]
|
|
6665
|
-
},
|
|
6666
6873
|
{
|
|
6667
6874
|
"name": "contents_slug_context_meta_type_idx",
|
|
6668
6875
|
"columns": [
|
|
6876
|
+
"tenant_id",
|
|
6669
6877
|
"slug",
|
|
6670
6878
|
"context",
|
|
6671
6879
|
"_meta_type"
|
|
@@ -6677,9 +6885,35 @@
|
|
|
6677
6885
|
"columns": [
|
|
6678
6886
|
"_meta_type"
|
|
6679
6887
|
]
|
|
6888
|
+
},
|
|
6889
|
+
{
|
|
6890
|
+
"name": "contents_tenant_id_publish_date_idx",
|
|
6891
|
+
"columns": [
|
|
6892
|
+
"tenant_id",
|
|
6893
|
+
"publish_date"
|
|
6894
|
+
]
|
|
6895
|
+
},
|
|
6896
|
+
{
|
|
6897
|
+
"name": "contents_tenant_id_created_at_idx",
|
|
6898
|
+
"columns": [
|
|
6899
|
+
"tenant_id",
|
|
6900
|
+
"created_at"
|
|
6901
|
+
]
|
|
6902
|
+
},
|
|
6903
|
+
{
|
|
6904
|
+
"name": "contents_thumbnail_asset_id_idx",
|
|
6905
|
+
"columns": [
|
|
6906
|
+
"thumbnail_asset_id"
|
|
6907
|
+
]
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"name": "contents_feed_source_id_idx",
|
|
6911
|
+
"columns": [
|
|
6912
|
+
"feed_source_id"
|
|
6913
|
+
]
|
|
6680
6914
|
}
|
|
6681
6915
|
],
|
|
6682
|
-
"version": "
|
|
6916
|
+
"version": "e07be74e"
|
|
6683
6917
|
}
|
|
6684
6918
|
},
|
|
6685
6919
|
"@happyvertical/smrt-content:ContentDocument": {
|
|
@@ -8144,7 +8378,7 @@
|
|
|
8144
8378
|
],
|
|
8145
8379
|
"schema": {
|
|
8146
8380
|
"tableName": "contents",
|
|
8147
|
-
"ddl": "CREATE TABLE IF NOT EXISTS \"contents\" (\n \"id\" UUID PRIMARY KEY NOT NULL,\n \"slug\" TEXT NOT NULL,\n \"context\" TEXT NOT NULL DEFAULT '',\n \"_meta_type\" TEXT NOT NULL,\n \"_meta_data\" JSON,\n \"created_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"updated_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"tenant_id\" UUID,\n \"type\" TEXT,\n \"variant\" TEXT,\n \"file_key\" TEXT,\n \"author\" TEXT,\n \"name\" TEXT DEFAULT '',\n \"title\" TEXT,\n \"description\" TEXT,\n \"body\" TEXT,\n \"body_format\" TEXT,\n \"publish_date\" TIMESTAMP,\n \"url\" TEXT,\n \"source\" TEXT,\n \"original_url\" TEXT,\n \"language\" TEXT,\n \"tags\" JSON DEFAULT '[]',\n \"category\" TEXT,\n \"status\" TEXT DEFAULT 'draft',\n \"state\" TEXT DEFAULT 'active',\n \"metadata\" JSON DEFAULT '{}',\n \"thumbnail_asset_id\" UUID\n);",
|
|
8381
|
+
"ddl": "CREATE TABLE IF NOT EXISTS \"contents\" (\n \"id\" UUID PRIMARY KEY NOT NULL,\n \"slug\" TEXT NOT NULL,\n \"context\" TEXT NOT NULL DEFAULT '',\n \"_meta_type\" TEXT NOT NULL,\n \"_meta_data\" JSON,\n \"created_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"updated_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"tenant_id\" UUID,\n \"type\" TEXT,\n \"variant\" TEXT,\n \"file_key\" TEXT,\n \"author\" TEXT,\n \"name\" TEXT DEFAULT '',\n \"title\" TEXT,\n \"description\" TEXT,\n \"body\" TEXT,\n \"body_format\" TEXT,\n \"publish_date\" TIMESTAMP,\n \"url\" TEXT,\n \"source\" TEXT,\n \"original_url\" TEXT,\n \"language\" TEXT,\n \"tags\" JSON DEFAULT '[]',\n \"category\" TEXT,\n \"status\" TEXT DEFAULT 'draft',\n \"state\" TEXT DEFAULT 'active',\n \"metadata\" JSON DEFAULT '{}',\n \"thumbnail_asset_id\" UUID,\n \"feed_source_id\" UUID,\n \"source_guid\" TEXT,\n \"source_name\" TEXT,\n \"source_homepage_url\" TEXT,\n \"external_url\" TEXT,\n \"original_published_at\" TIMESTAMP,\n \"dedupe_key\" TEXT\n);",
|
|
8148
8382
|
"columns": {
|
|
8149
8383
|
"id": {
|
|
8150
8384
|
"type": "UUID",
|
|
@@ -8269,18 +8503,42 @@
|
|
|
8269
8503
|
"type": "UUID",
|
|
8270
8504
|
"referenceKind": "crossPackageRef",
|
|
8271
8505
|
"notNull": false
|
|
8506
|
+
},
|
|
8507
|
+
"feed_source_id": {
|
|
8508
|
+
"type": "UUID",
|
|
8509
|
+
"referenceKind": "foreignKey",
|
|
8510
|
+
"notNull": false
|
|
8511
|
+
},
|
|
8512
|
+
"source_guid": {
|
|
8513
|
+
"type": "TEXT",
|
|
8514
|
+
"notNull": false
|
|
8515
|
+
},
|
|
8516
|
+
"source_name": {
|
|
8517
|
+
"type": "TEXT",
|
|
8518
|
+
"notNull": false
|
|
8519
|
+
},
|
|
8520
|
+
"source_homepage_url": {
|
|
8521
|
+
"type": "TEXT",
|
|
8522
|
+
"notNull": false
|
|
8523
|
+
},
|
|
8524
|
+
"external_url": {
|
|
8525
|
+
"type": "TEXT",
|
|
8526
|
+
"notNull": false
|
|
8527
|
+
},
|
|
8528
|
+
"original_published_at": {
|
|
8529
|
+
"type": "TIMESTAMP",
|
|
8530
|
+
"notNull": false
|
|
8531
|
+
},
|
|
8532
|
+
"dedupe_key": {
|
|
8533
|
+
"type": "TEXT",
|
|
8534
|
+
"notNull": false
|
|
8272
8535
|
}
|
|
8273
8536
|
},
|
|
8274
8537
|
"indexes": [
|
|
8275
|
-
{
|
|
8276
|
-
"name": "contents_id_idx",
|
|
8277
|
-
"columns": [
|
|
8278
|
-
"id"
|
|
8279
|
-
]
|
|
8280
|
-
},
|
|
8281
8538
|
{
|
|
8282
8539
|
"name": "contents_slug_context_meta_type_idx",
|
|
8283
8540
|
"columns": [
|
|
8541
|
+
"tenant_id",
|
|
8284
8542
|
"slug",
|
|
8285
8543
|
"context",
|
|
8286
8544
|
"_meta_type"
|
|
@@ -8292,9 +8550,35 @@
|
|
|
8292
8550
|
"columns": [
|
|
8293
8551
|
"_meta_type"
|
|
8294
8552
|
]
|
|
8553
|
+
},
|
|
8554
|
+
{
|
|
8555
|
+
"name": "contents_tenant_id_publish_date_idx",
|
|
8556
|
+
"columns": [
|
|
8557
|
+
"tenant_id",
|
|
8558
|
+
"publish_date"
|
|
8559
|
+
]
|
|
8560
|
+
},
|
|
8561
|
+
{
|
|
8562
|
+
"name": "contents_tenant_id_created_at_idx",
|
|
8563
|
+
"columns": [
|
|
8564
|
+
"tenant_id",
|
|
8565
|
+
"created_at"
|
|
8566
|
+
]
|
|
8567
|
+
},
|
|
8568
|
+
{
|
|
8569
|
+
"name": "contents_thumbnail_asset_id_idx",
|
|
8570
|
+
"columns": [
|
|
8571
|
+
"thumbnail_asset_id"
|
|
8572
|
+
]
|
|
8573
|
+
},
|
|
8574
|
+
{
|
|
8575
|
+
"name": "contents_feed_source_id_idx",
|
|
8576
|
+
"columns": [
|
|
8577
|
+
"feed_source_id"
|
|
8578
|
+
]
|
|
8295
8579
|
}
|
|
8296
8580
|
],
|
|
8297
|
-
"version": "
|
|
8581
|
+
"version": "e07be74e"
|
|
8298
8582
|
}
|
|
8299
8583
|
},
|
|
8300
8584
|
"@happyvertical/smrt-content:Mirror": {
|
|
@@ -9945,15 +10229,10 @@
|
|
|
9945
10229
|
}
|
|
9946
10230
|
},
|
|
9947
10231
|
"indexes": [
|
|
9948
|
-
{
|
|
9949
|
-
"name": "contents_id_idx",
|
|
9950
|
-
"columns": [
|
|
9951
|
-
"id"
|
|
9952
|
-
]
|
|
9953
|
-
},
|
|
9954
10232
|
{
|
|
9955
10233
|
"name": "contents_slug_context_meta_type_idx",
|
|
9956
10234
|
"columns": [
|
|
10235
|
+
"tenant_id",
|
|
9957
10236
|
"slug",
|
|
9958
10237
|
"context",
|
|
9959
10238
|
"_meta_type"
|
|
@@ -9965,9 +10244,35 @@
|
|
|
9965
10244
|
"columns": [
|
|
9966
10245
|
"_meta_type"
|
|
9967
10246
|
]
|
|
10247
|
+
},
|
|
10248
|
+
{
|
|
10249
|
+
"name": "contents_tenant_id_publish_date_idx",
|
|
10250
|
+
"columns": [
|
|
10251
|
+
"tenant_id",
|
|
10252
|
+
"publish_date"
|
|
10253
|
+
]
|
|
10254
|
+
},
|
|
10255
|
+
{
|
|
10256
|
+
"name": "contents_tenant_id_created_at_idx",
|
|
10257
|
+
"columns": [
|
|
10258
|
+
"tenant_id",
|
|
10259
|
+
"created_at"
|
|
10260
|
+
]
|
|
10261
|
+
},
|
|
10262
|
+
{
|
|
10263
|
+
"name": "contents_thumbnail_asset_id_idx",
|
|
10264
|
+
"columns": [
|
|
10265
|
+
"thumbnail_asset_id"
|
|
10266
|
+
]
|
|
10267
|
+
},
|
|
10268
|
+
{
|
|
10269
|
+
"name": "contents_feed_source_id_idx",
|
|
10270
|
+
"columns": [
|
|
10271
|
+
"feed_source_id"
|
|
10272
|
+
]
|
|
9968
10273
|
}
|
|
9969
10274
|
],
|
|
9970
|
-
"version": "
|
|
10275
|
+
"version": "e07be74e"
|
|
9971
10276
|
}
|
|
9972
10277
|
},
|
|
9973
10278
|
"@happyvertical/smrt-content:ContentVersion": {
|
|
@@ -10222,12 +10527,6 @@
|
|
|
10222
10527
|
}
|
|
10223
10528
|
},
|
|
10224
10529
|
"indexes": [
|
|
10225
|
-
{
|
|
10226
|
-
"name": "content_versions_id_idx",
|
|
10227
|
-
"columns": [
|
|
10228
|
-
"id"
|
|
10229
|
-
]
|
|
10230
|
-
},
|
|
10231
10530
|
{
|
|
10232
10531
|
"name": "content_versions_content_id_version_idx",
|
|
10233
10532
|
"columns": [
|
|
@@ -10235,6 +10534,20 @@
|
|
|
10235
10534
|
"version"
|
|
10236
10535
|
],
|
|
10237
10536
|
"unique": true
|
|
10537
|
+
},
|
|
10538
|
+
{
|
|
10539
|
+
"name": "content_versions_slug_context_idx",
|
|
10540
|
+
"columns": [
|
|
10541
|
+
"slug",
|
|
10542
|
+
"context"
|
|
10543
|
+
]
|
|
10544
|
+
},
|
|
10545
|
+
{
|
|
10546
|
+
"name": "content_versions_tenant_id_created_at_idx",
|
|
10547
|
+
"columns": [
|
|
10548
|
+
"tenant_id",
|
|
10549
|
+
"created_at"
|
|
10550
|
+
]
|
|
10238
10551
|
}
|
|
10239
10552
|
],
|
|
10240
10553
|
"version": "5715d20d"
|
|
@@ -10401,12 +10714,6 @@
|
|
|
10401
10714
|
}
|
|
10402
10715
|
},
|
|
10403
10716
|
"indexes": [
|
|
10404
|
-
{
|
|
10405
|
-
"name": "content_versions_id_idx",
|
|
10406
|
-
"columns": [
|
|
10407
|
-
"id"
|
|
10408
|
-
]
|
|
10409
|
-
},
|
|
10410
10717
|
{
|
|
10411
10718
|
"name": "content_versions_slug_context_idx",
|
|
10412
10719
|
"columns": [
|
|
@@ -10414,6 +10721,12 @@
|
|
|
10414
10721
|
"context"
|
|
10415
10722
|
],
|
|
10416
10723
|
"unique": true
|
|
10724
|
+
},
|
|
10725
|
+
{
|
|
10726
|
+
"name": "content_versions_created_at_idx",
|
|
10727
|
+
"columns": [
|
|
10728
|
+
"created_at"
|
|
10729
|
+
]
|
|
10417
10730
|
}
|
|
10418
10731
|
],
|
|
10419
10732
|
"version": "56acd806"
|
|
@@ -11983,9 +12296,24 @@
|
|
|
11983
12296
|
]
|
|
11984
12297
|
},
|
|
11985
12298
|
"cli": true,
|
|
12299
|
+
"indexes": [
|
|
12300
|
+
{
|
|
12301
|
+
"name": "contents_tenant_id_publish_date_idx",
|
|
12302
|
+
"columns": [
|
|
12303
|
+
"tenantId",
|
|
12304
|
+
"publish_date"
|
|
12305
|
+
]
|
|
12306
|
+
}
|
|
12307
|
+
],
|
|
11986
12308
|
"tenantScoped": {
|
|
11987
12309
|
"mode": "optional"
|
|
11988
|
-
}
|
|
12310
|
+
},
|
|
12311
|
+
"conflictColumns": [
|
|
12312
|
+
"tenant_id",
|
|
12313
|
+
"slug",
|
|
12314
|
+
"context",
|
|
12315
|
+
"_meta_type"
|
|
12316
|
+
]
|
|
11989
12317
|
},
|
|
11990
12318
|
"extends": "SmrtObject",
|
|
11991
12319
|
"exportName": "Content",
|
|
@@ -12156,15 +12484,10 @@
|
|
|
12156
12484
|
}
|
|
12157
12485
|
},
|
|
12158
12486
|
"indexes": [
|
|
12159
|
-
{
|
|
12160
|
-
"name": "contents_id_idx",
|
|
12161
|
-
"columns": [
|
|
12162
|
-
"id"
|
|
12163
|
-
]
|
|
12164
|
-
},
|
|
12165
12487
|
{
|
|
12166
12488
|
"name": "contents_slug_context_meta_type_idx",
|
|
12167
12489
|
"columns": [
|
|
12490
|
+
"tenant_id",
|
|
12168
12491
|
"slug",
|
|
12169
12492
|
"context",
|
|
12170
12493
|
"_meta_type"
|
|
@@ -12176,6 +12499,32 @@
|
|
|
12176
12499
|
"columns": [
|
|
12177
12500
|
"_meta_type"
|
|
12178
12501
|
]
|
|
12502
|
+
},
|
|
12503
|
+
{
|
|
12504
|
+
"name": "contents_tenant_id_publish_date_idx",
|
|
12505
|
+
"columns": [
|
|
12506
|
+
"tenant_id",
|
|
12507
|
+
"publish_date"
|
|
12508
|
+
]
|
|
12509
|
+
},
|
|
12510
|
+
{
|
|
12511
|
+
"name": "contents_tenant_id_created_at_idx",
|
|
12512
|
+
"columns": [
|
|
12513
|
+
"tenant_id",
|
|
12514
|
+
"created_at"
|
|
12515
|
+
]
|
|
12516
|
+
},
|
|
12517
|
+
{
|
|
12518
|
+
"name": "contents_thumbnail_asset_id_idx",
|
|
12519
|
+
"columns": [
|
|
12520
|
+
"thumbnail_asset_id"
|
|
12521
|
+
]
|
|
12522
|
+
},
|
|
12523
|
+
{
|
|
12524
|
+
"name": "contents_feed_source_id_idx",
|
|
12525
|
+
"columns": [
|
|
12526
|
+
"feed_source_id"
|
|
12527
|
+
]
|
|
12179
12528
|
}
|
|
12180
12529
|
],
|
|
12181
12530
|
"version": "e07be74e"
|
|
@@ -12450,12 +12799,6 @@
|
|
|
12450
12799
|
}
|
|
12451
12800
|
},
|
|
12452
12801
|
"indexes": [
|
|
12453
|
-
{
|
|
12454
|
-
"name": "contents_id_idx",
|
|
12455
|
-
"columns": [
|
|
12456
|
-
"id"
|
|
12457
|
-
]
|
|
12458
|
-
},
|
|
12459
12802
|
{
|
|
12460
12803
|
"name": "contents_slug_context_idx",
|
|
12461
12804
|
"columns": [
|
|
@@ -12463,6 +12806,12 @@
|
|
|
12463
12806
|
"context"
|
|
12464
12807
|
],
|
|
12465
12808
|
"unique": true
|
|
12809
|
+
},
|
|
12810
|
+
{
|
|
12811
|
+
"name": "contents_created_at_idx",
|
|
12812
|
+
"columns": [
|
|
12813
|
+
"created_at"
|
|
12814
|
+
]
|
|
12466
12815
|
}
|
|
12467
12816
|
],
|
|
12468
12817
|
"version": "c11f9ec0"
|