Skip to content

Commit 970d906

Browse files
chore: remove invalid unique on column
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2fc3269 commit 970d906

File tree

1 file changed

+1
-1
lines changed
  • internal/storage/bucket/migrations/41-add-schema

1 file changed

+1
-1
lines changed

internal/storage/bucket/migrations/41-add-schema/up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ do $$
44

55
create table schemas (
66
ledger varchar,
7-
version text not null unique,
7+
version text not null,
88
created_at timestamp without time zone not null default now(),
99
primary key (ledger, version)
1010
);

0 commit comments

Comments
 (0)