Skip to content

Commit 868c845

Browse files
committed
chore: format
1 parent b05462b commit 868c845

File tree

2 files changed

+11
-35
lines changed

2 files changed

+11
-35
lines changed

server/db/migrations/meta/0001_snapshot.json

+10-34
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@
6666
"admins_email_unique": {
6767
"name": "admins_email_unique",
6868
"nullsNotDistinct": false,
69-
"columns": [
70-
"email"
71-
]
69+
"columns": ["email"]
7270
}
7371
}
7472
},
@@ -108,9 +106,7 @@
108106
"candidate_pool_email_unique": {
109107
"name": "candidate_pool_email_unique",
110108
"nullsNotDistinct": false,
111-
"columns": [
112-
"email"
113-
]
109+
"columns": ["email"]
114110
}
115111
}
116112
},
@@ -278,12 +274,8 @@
278274
"name": "job_postings_owner_id_admins_id_fk",
279275
"tableFrom": "job_postings",
280276
"tableTo": "admins",
281-
"columnsFrom": [
282-
"owner_id"
283-
],
284-
"columnsTo": [
285-
"id"
286-
],
277+
"columnsFrom": ["owner_id"],
278+
"columnsTo": ["id"],
287279
"onDelete": "set null",
288280
"onUpdate": "no action"
289281
}
@@ -377,25 +369,17 @@
377369
"name": "posting_applicants_candidate_id_candidate_pool_id_fk",
378370
"tableFrom": "posting_applicants",
379371
"tableTo": "candidate_pool",
380-
"columnsFrom": [
381-
"candidate_id"
382-
],
383-
"columnsTo": [
384-
"id"
385-
],
372+
"columnsFrom": ["candidate_id"],
373+
"columnsTo": ["id"],
386374
"onDelete": "cascade",
387375
"onUpdate": "no action"
388376
},
389377
"posting_applicants_job_id_job_postings_id_fk": {
390378
"name": "posting_applicants_job_id_job_postings_id_fk",
391379
"tableFrom": "posting_applicants",
392380
"tableTo": "job_postings",
393-
"columnsFrom": [
394-
"job_id"
395-
],
396-
"columnsTo": [
397-
"id"
398-
],
381+
"columnsFrom": ["job_id"],
382+
"columnsTo": ["id"],
399383
"onDelete": "cascade",
400384
"onUpdate": "no action"
401385
}
@@ -436,15 +420,7 @@
436420
"public.employment_type": {
437421
"name": "employment_type",
438422
"schema": "public",
439-
"values": [
440-
"FULL_TIME",
441-
"PART_TIME",
442-
"CONTRACTOR",
443-
"INTERN",
444-
"VOLUNTEER",
445-
"PER_DIEM",
446-
"OTHER"
447-
]
423+
"values": ["FULL_TIME", "PART_TIME", "CONTRACTOR", "INTERN", "VOLUNTEER", "PER_DIEM", "OTHER"]
448424
}
449425
},
450426
"schemas": {},
@@ -454,4 +430,4 @@
454430
"schemas": {},
455431
"tables": {}
456432
}
457-
}
433+
}

server/db/migrations/meta/_journal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"breakpoints": true
1818
}
1919
]
20-
}
20+
}

0 commit comments

Comments
 (0)