Skip to content

Commit e3249cc

Browse files
authored
fix: customer currency should be nullable (#5)
1 parent ef88c94 commit e3249cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrations/0001_initial.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ create table if not exists
99
billing_address JSONB,
1010
shipping_address JSONB,
1111
created_at timestamp not null,
12-
currency varchar(255) not null,
12+
currency varchar(255),
1313
email text,
1414
email_delivery boolean not null,
1515
external_customer_id text,

0 commit comments

Comments
 (0)