feat(bitbucket): add apiToken column to the Bitbucket table and update migration journal with new entry for 0111_mushy_wolfsbane

This commit is contained in:
Mauricio Siu
2025-09-21 03:10:52 -06:00
parent 671cd497fd
commit 0a789e1d6f
3 changed files with 6573 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "bitbucket" ADD COLUMN "apiToken" text;

File diff suppressed because it is too large Load Diff

View File

@@ -778,6 +778,13 @@
"when": 1757189541734,
"tag": "0110_red_psynapse",
"breakpoints": true
},
{
"idx": 111,
"version": "7",
"when": 1758445844561,
"tag": "0111_mushy_wolfsbane",
"breakpoints": true
}
]
}