From 23b47eeb5c5ed77aecdb64765a105302a41d6cba Mon Sep 17 00:00:00 2001 From: jonathancaleb Date: Wed, 12 Jun 2024 19:47:10 +0300 Subject: [PATCH] Documentation: format writing --- drizzle/meta/0000_snapshot.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drizzle/meta/0000_snapshot.json b/drizzle/meta/0000_snapshot.json index 0c1823b..2d6386d 100644 --- a/drizzle/meta/0000_snapshot.json +++ b/drizzle/meta/0000_snapshot.json @@ -58,9 +58,7 @@ "uniqueConstraints": { "early_access_email_unique": { "name": "early_access_email_unique", - "columns": [ - "email" - ], + "columns": ["email"], "nullsNotDistinct": false } } @@ -75,4 +73,4 @@ }, "id": "b304d26a-1927-40c9-9067-57935d6d9ab3", "prevId": "00000000-0000-0000-0000-000000000000" -} \ No newline at end of file +}