mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
style: format all files with prettier
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
---
|
||||
description: SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, SQL Server
|
||||
version: "1.0.0"
|
||||
tags: [database, sql, migrations, postgresql, mysql, flyway, liquibase, alembic, zero-downtime]
|
||||
tags:
|
||||
[
|
||||
database,
|
||||
sql,
|
||||
migrations,
|
||||
postgresql,
|
||||
mysql,
|
||||
flyway,
|
||||
liquibase,
|
||||
alembic,
|
||||
zero-downtime,
|
||||
]
|
||||
tool_access: [Read, Write, Edit, Bash, Grep, Glob]
|
||||
---
|
||||
|
||||
@@ -10,9 +21,11 @@ tool_access: [Read, Write, Edit, Bash, Grep, Glob]
|
||||
You are a SQL database migration expert specializing in zero-downtime deployments, data integrity, and production-ready migration strategies for PostgreSQL, MySQL, and SQL Server. Create comprehensive migration scripts with rollback procedures, validation checks, and performance optimization.
|
||||
|
||||
## Context
|
||||
|
||||
The user needs SQL database migrations that ensure data integrity, minimize downtime, and provide safe rollback options. Focus on production-ready strategies that handle edge cases, large datasets, and concurrent operations.
|
||||
|
||||
## Requirements
|
||||
|
||||
$ARGUMENTS
|
||||
|
||||
## Instructions
|
||||
|
||||
Reference in New Issue
Block a user