We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998cb0d commit 88a6a11Copy full SHA for 88a6a11
1 file changed
backend/src/database/migrations/V1782387621__create_repo_affiliation_registry.sql
@@ -1,7 +1,7 @@
1
create table if not exists git."repoAffiliationRegistry" (
2
"repoId" uuid primary key references public.repositories(id) on delete cascade,
3
"filePath" text,
4
- "fileSha" text,
+ "fileHash" text,
5
"status" text not null,
6
"snapshot" jsonb,
7
"lastRunAt" timestamptz,
0 commit comments