diff --git a/autogpt_platform/backend/migrations/20260127230419_add_user_workspace/migration.sql b/autogpt_platform/backend/migrations/20260127230419_add_user_workspace/migration.sql index bceb48fcdd..bb63dccb33 100644 --- a/autogpt_platform/backend/migrations/20260127230419_add_user_workspace/migration.sql +++ b/autogpt_platform/backend/migrations/20260127230419_add_user_workspace/migration.sql @@ -1,18 +1,6 @@ -/* - Warnings: - - - You are about to drop the column `search` on the `StoreListingVersion` table. All the data in the column will be lost. - -*/ -- CreateEnum CREATE TYPE "WorkspaceFileSource" AS ENUM ('UPLOAD', 'EXECUTION', 'COPILOT', 'IMPORT'); --- DropIndex -DROP INDEX "UnifiedContentEmbedding_search_idx"; - --- AlterTable -ALTER TABLE "StoreListingVersion" DROP COLUMN "search"; - -- CreateTable CREATE TABLE "UserWorkspace" ( "id" TEXT NOT NULL,