Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

archestra-dev-interactions-migrations

النجوم٤٬٠١٣
التفرعات١٬١٣٢
آخر تحديث٢٠ يوليو ٢٠٢٦ في ١٩:٤٢

Use BEFORE writing or running any Drizzle migration that touches the `interactions` table (or any other very large, write-hot table). The interactions table is the platform's biggest, append-heavy table — every LLM proxy call writes a row — so a careless migration can take a write-blocking lock and stall the proxy. Covers which operations are safe vs table-rewriting/lock-taking, the "never rebuild an index in a transactional migration" rule, and a read-only audit procedure against the GKE staging database to size the risk first.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly