mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 11:20:37 +09:00
Add agent config revisions, issue-approval links, and robust migration reconciliation
Add agent_config_revisions table for tracking agent configuration changes with rollback support. Add issue_approvals junction table linking issues to approvals. New migrations (0005, 0006) for permissions column and new tables. Rework migration client with statement-level idempotency checks (table/column/index/constraint existence) so migrations can be safely retried against partially-migrated databases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e0a878f4eb
commit
778b39d3b5
10 changed files with 6199 additions and 11 deletions
|
|
@ -3,7 +3,9 @@ export {
|
|||
ensurePostgresDatabase,
|
||||
inspectMigrations,
|
||||
applyPendingMigrations,
|
||||
reconcilePendingMigrationHistory,
|
||||
type MigrationState,
|
||||
type MigrationHistoryReconcileResult,
|
||||
migratePostgresIfEmpty,
|
||||
type MigrationBootstrapResult,
|
||||
type Db,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue