Skip to content

Commit 88a6a11

Browse files
committed
refactor: rename fileSha to fileHash in repoAffiliationRegistry table
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 998cb0d commit 88a6a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/database/migrations/V1782387621__create_repo_affiliation_registry.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
create table if not exists git."repoAffiliationRegistry" (
22
"repoId" uuid primary key references public.repositories(id) on delete cascade,
33
"filePath" text,
4-
"fileSha" text,
4+
"fileHash" text,
55
"status" text not null,
66
"snapshot" jsonb,
77
"lastRunAt" timestamptz,

0 commit comments

Comments
 (0)