v7: Schema - remote_contributions table & project_collaborators column #12
Labels
No labels
bug
duplicate
enhancement
future
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rbrooks/TeaLeaves#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migration for the cross-instance write path.
project_collaborators: addremote_actor_url text(nullable,UNIQUEwhen not null)remote_contributionstable:id uuid PK,project_id uuid NOT NULL REFERENCES projects ON DELETE CASCADE,remote_actor_url text NOT NULL,activity_type text NOT NULL CHECK (activity_type IN ('create','update','delete')),entry_id uuid REFERENCES entries ON DELETE SET NULL,payload jsonb NOT NULL,status text NOT NULL DEFAULT 'pending' CHECK (status IN ('pending','applied','rejected','conflict')),conflict_reason text,reviewed_by uuid REFERENCES users ON DELETE SET NULL,reviewed_at timestamptz,created_at timestamptz NOT NULL DEFAULT now()Imported from
ROADMAP.md.