Add Streaming to Docs

This commit is contained in:
nocnico
2025-07-14 20:16:04 +02:00
parent 90e05dc478
commit d1c304c4de
4 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/*
Warnings:
- Changed the type of `country` on the `Heliport` table. No cast exists, the column would be dropped and recreated, which cannot be done if there is data, since the column is required.
*/
-- AlterTable
ALTER TABLE "Heliport" DROP COLUMN "country",
ADD COLUMN "country" "Country" NOT NULL;