mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Git integration and Project workspace fixes
This commit is contained in:
@@ -105,6 +105,8 @@ def upgrade() -> None:
|
||||
sa.Column(
|
||||
"protected_branches", postgresql.ARRAY(sa.String()), server_default="{}"
|
||||
),
|
||||
# Git Authentication (encrypted)
|
||||
sa.Column("git_token_encrypted", sa.Text(), nullable=True),
|
||||
# CI/CD Commands (optional)
|
||||
sa.Column("test_command", sa.String(500), nullable=True),
|
||||
sa.Column("lint_command", sa.String(500), nullable=True),
|
||||
|
||||
Reference in New Issue
Block a user