From 15b6e5fba161a194fe5427d7d29b0c4286423260 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 10 Feb 2026 14:50:07 +0000 Subject: Add auto-PR creation for remote repos in directives --- makima/migrations/20260210000001_add_directive_pr_fields.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 makima/migrations/20260210000001_add_directive_pr_fields.sql (limited to 'makima/migrations') diff --git a/makima/migrations/20260210000001_add_directive_pr_fields.sql b/makima/migrations/20260210000001_add_directive_pr_fields.sql new file mode 100644 index 0000000..e72bb39 --- /dev/null +++ b/makima/migrations/20260210000001_add_directive_pr_fields.sql @@ -0,0 +1,3 @@ +ALTER TABLE directives ADD COLUMN pr_url TEXT; +ALTER TABLE directives ADD COLUMN pr_branch VARCHAR(255); +ALTER TABLE directives ADD COLUMN completion_task_id UUID REFERENCES tasks(id) ON DELETE SET NULL; -- cgit v1.2.3