chore: updated conductor set up to copy drizzle migration files

This commit is contained in:
John Yeo
2026-01-13 10:35:20 +00:00
parent 6a38173c8d
commit 710bfc44aa

View File

@@ -118,13 +118,13 @@ else
echo "⚠️ Warning: $ROOT_PATH/server/shell directory not found"
fi
# # Copy drizzle migration files
# if [ -d "$ROOT_PATH/shared/drizzle" ]; then
# echo "📋 Copying database migration files..."
# mkdir -p shared/drizzle
# cp -r "$ROOT_PATH/shared/drizzle/"* shared/drizzle/
# echo "✅ Copied migration files"
# fi
# Copy drizzle migration files
if [ -d "$ROOT_PATH/shared/drizzle" ]; then
echo "📋 Copying database migration files..."
mkdir -p shared/drizzle
cp -r "$ROOT_PATH/shared/drizzle/"* shared/drizzle/
echo "✅ Copied migration files"
fi
# Shared workspace is now used directly from source (no build needed)