Skip to content

Commit 2eb350d

Browse files
author
ali
committed
fix: formatting
1 parent 05b9a51 commit 2eb350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/infrastructure/persistence/schema/core-schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CREATE TABLE passports (
3232
remarks text, -- Additional notes (e.g., travel restrictions, visa endorsements).
3333
created_at timestamp with time zone DEFAULT now(),
3434
updated_at timestamp with time zone DEFAULT now(),
35-
UNIQUE(passport_number, series)
35+
UNIQUE (passport_number, series)
3636
);
3737

3838
CREATE TABLE companies (

0 commit comments

Comments
 (0)