diff options
author | 2025-06-05 16:18:32 +0200 | |
---|---|---|
committer | 2025-06-05 16:18:32 +0200 | |
commit | 61e779486fffd77eed4b95eec0ab5fcf106dd2d5 (patch) | |
tree | 85518de42eea4004e4c891676bce52836de06461 /packages/db/src/core/schemas.ts | |
parent | 0947a69192ad6820970902c7c951fb0cf31fcf4b (diff) | |
download | astro-feat/remove-studio.tar.gz astro-feat/remove-studio.tar.zst astro-feat/remove-studio.zip |
feat: remove studiofeat/remove-studio
Diffstat (limited to 'packages/db/src/core/schemas.ts')
-rw-r--r-- | packages/db/src/core/schemas.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/src/core/schemas.ts b/packages/db/src/core/schemas.ts index c9575a79a..1147538ce 100644 --- a/packages/db/src/core/schemas.ts +++ b/packages/db/src/core/schemas.ts @@ -94,7 +94,7 @@ const textColumnBaseSchema = baseColumnSchema z.object({ // text primary key allows NULL values. // NULL values bypass unique checks, which could - // lead to duplicate URLs per record in Astro Studio. + // lead to duplicate URLs per record. // disable `optional` for primary keys. primaryKey: z.literal(true), optional: z.literal(false).optional(), |