Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function getDatabaseTools({
}),
apply_migration: injectableTool({
description:
'Applies a migration to the database. Use this when executing DDL operations. Do not hardcode references to generated IDs in data migrations.',
'Applies a migration to the database. Use this when executing DDL operations. RLS must be enabled on all tables and include policies (consult docs for best practices). Do not hardcode references to generated IDs in data migrations.',
annotations: {
title: 'Apply migration',
readOnlyHint: false,
Expand Down