migration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user