Procházet zdrojové kódy

:card_file_box: Added test certifications to tags table

tags/0.0.3^2
tomit4 před 3 roky
rodič
revize
16e02c57ef
1 změnil soubory, kde provedl 30 přidání a 1 odebrání
  1. 30
    1
      backend/db/data-generator/mock.js

+ 30
- 1
backend/db/data-generator/mock.js Zobrazit soubor

@@ -50,6 +50,36 @@ module.exports = {
50 50
             tag_description: 'user_email',
51 51
             is_active: true,
52 52
         },
53
+        {
54
+            tag_id: 9,
55
+            tag_category: 'healthcare--certification',
56
+            tag_description: 'ADM-BC',
57
+            is_active: true,
58
+        },
59
+        {
60
+            tag_id: 10,
61
+            tag_category: 'healthcare--certification',
62
+            tag_description: 'CBHC',
63
+            is_active: true,
64
+        },
65
+        {
66
+            tag_id: 11,
67
+            tag_category: 'healthcare--certification',
68
+            tag_description: 'CEN',
69
+            is_active: true,
70
+        },
71
+        {
72
+            tag_id: 12,
73
+            tag_category: 'healthcare--certification',
74
+            tag_description: 'CFRN',
75
+            is_active: true,
76
+        },
77
+        {
78
+            tag_id: 13,
79
+            tag_category: 'healthcare--certification',
80
+            tag_description: 'CMCN',
81
+            is_active: true,
82
+        },
53 83
     ],
54 84
     tag_associations: [
55 85
         {
@@ -395,7 +425,6 @@ module.exports = {
395 425
             tag_id: 7,
396 426
             is_deleted: false,
397 427
         },
398
-
399 428
     ],
400 429
     response_keys: [
401 430
         {

Načítá se…
Zrušit
Uložit