diff --git a/opensaas-sh/app_diff/migrations/20241030143842_checkout_session_id/migration.sql.diff b/opensaas-sh/app_diff/migrations/20241030143842_checkout_session_id/migration.sql.diff new file mode 100644 index 0000000..28f909d --- /dev/null +++ b/opensaas-sh/app_diff/migrations/20241030143842_checkout_session_id/migration.sql.diff @@ -0,0 +1,11 @@ +--- template/app/migrations/20241030143842_checkout_session_id/migration.sql ++++ opensaas-sh/app/migrations/20241030143842_checkout_session_id/migration.sql +@@ -0,0 +1,8 @@ ++/* ++ Warnings: ++ ++ - You are about to drop the column `checkoutSessionId` on the `User` table. All the data in the column will be lost. ++ ++*/ ++-- AlterTable ++ALTER TABLE "User" DROP COLUMN "checkoutSessionId"; diff --git a/opensaas-sh/app_diff/src/client/components/NavBar/NavBar.tsx.diff b/opensaas-sh/app_diff/src/client/components/NavBar/NavBar.tsx.diff index 889a601..a5137ce 100644 --- a/opensaas-sh/app_diff/src/client/components/NavBar/NavBar.tsx.diff +++ b/opensaas-sh/app_diff/src/client/components/NavBar/NavBar.tsx.diff @@ -1,23 +1,25 @@ --- template/app/src/client/components/NavBar/NavBar.tsx +++ opensaas-sh/app/src/client/components/NavBar/NavBar.tsx -@@ -32,6 +32,7 @@ - 'shadow sticky bg-white bg-opacity-50 backdrop-blur-lg backdrop-filter dark:border dark:border-gray-100/10': !isLandingPage, +@@ -31,6 +31,7 @@ + !isLandingPage, })} > + {isLandingPage && }