Skip to content

Commit dfdad5f

Browse files
committed
Fix directory migration
1 parent e5cc9bc commit dfdad5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

directory/migrations/001_initial_schema.up.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CREATE TABLE IF NOT EXISTS entries (
1212
phone_number varchar(255),
1313
lms_location_code varchar(255),
1414
lender_of_last_resort text[],
15+
duplicate_check_window_hours integer CHECK (duplicate_check_window_hours >= 0),
1516
hrid varchar(255) UNIQUE,
1617
time_zone varchar(128)
1718
);

0 commit comments

Comments
 (0)