Skip to main content

db-move-table-schema

Relocate a live table to a different Postgres schema during the 2026 Matrx DB transition with every reference intact and zero data loss. Use whenever the task is "move <table> to <schema>", "rehome <table> into the <x> schema", or pulling a table out of public into a domain schema. Covers what SET SCHEMA carries automatically vs. what you must repoint by hand (registry schema_name, hardcoded public.<t> in functions/views, PostgREST exposure + db-types schema list, aidream matrx_orm.yaml + supabase-js .schema() calls). Read db-change/SKILL.md + db-change/TOOLKIT.md first. NOT for retiring a table (use db-graveyard-table) or canonicalizing it (use db-canonicalize-table).

Jump to install

Source facts

Repository
armanisadeghi/ai-matrx
Last source activity
August 20, 2026 at 08:07
Detected SKILL.md language
English
Stars
3
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.