Datentypen in Prod DB vorbereiten für release #69

Merged
PxlLoewe merged 56 commits from staging into release 2025-07-18 20:05:13 +00:00
Showing only changes of commit 127ae8720e - Show all commits

View File

@@ -5,6 +5,9 @@
- Added the required column `altAGL` to the `PositionLog` table without a default value. This is not possible if the table is not empty.
*/
DELETE FROM "PositionLog";
-- AlterTable
ALTER TABLE "Heliport" DROP COLUMN "country",
ADD COLUMN "country" TEXT;