Skip to content

Commit f0ead06

Browse files
committed
forgot to revert changes to test.dbml in last commit
1 parent a2dfe57 commit f0ead06

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test.dbml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ Table contact {
2828
zip zip_code [not null]
2929

3030
indexes {
31-
(name, phone) [name: 'unique_contact', unique]
32-
phone
31+
(name, phone) [name: 'unique_contact', unique]
3332
}
3433
}
3534

0 commit comments

Comments
 (0)