From 08341cfaa1dc768502a2ec4752f9c395b838abfc Mon Sep 17 00:00:00 2001 From: iAmir Date: Wed, 27 Sep 2023 22:02:34 +0330 Subject: [PATCH] change line ending from CRLF to LF, remove new migrations I swear to GOD if this fixes it I'm not gonna kms anytime soon --- .../migration.sql | 0 .../20230927182210_remove_omp_field/migration.sql | 8 -------- .../20230927182345_ad_d_omp_field_again/migration.sql | 2 -- 3 files changed, 10 deletions(-) rename prisma/migrations/{20230926055558_add_omp_column => 20230926155558_add_omp_column}/migration.sql (100%) delete mode 100644 prisma/migrations/20230927182210_remove_omp_field/migration.sql delete mode 100644 prisma/migrations/20230927182345_ad_d_omp_field_again/migration.sql diff --git a/prisma/migrations/20230926055558_add_omp_column/migration.sql b/prisma/migrations/20230926155558_add_omp_column/migration.sql similarity index 100% rename from prisma/migrations/20230926055558_add_omp_column/migration.sql rename to prisma/migrations/20230926155558_add_omp_column/migration.sql diff --git a/prisma/migrations/20230927182210_remove_omp_field/migration.sql b/prisma/migrations/20230927182210_remove_omp_field/migration.sql deleted file mode 100644 index 5fda8c03f5..0000000000 --- a/prisma/migrations/20230927182210_remove_omp_field/migration.sql +++ /dev/null @@ -1,8 +0,0 @@ -/* - Warnings: - - - You are about to drop the column `omp` on the `Server` table. All the data in the column will be lost. - -*/ --- AlterTable -ALTER TABLE "Server" DROP COLUMN "omp"; diff --git a/prisma/migrations/20230927182345_ad_d_omp_field_again/migration.sql b/prisma/migrations/20230927182345_ad_d_omp_field_again/migration.sql deleted file mode 100644 index 9cb4d2e6ae..0000000000 --- a/prisma/migrations/20230927182345_ad_d_omp_field_again/migration.sql +++ /dev/null @@ -1,2 +0,0 @@ --- AlterTable -ALTER TABLE "Server" ADD COLUMN "omp" BOOL NOT NULL DEFAULT false;