Skip to content

Commit 02a32cb

Browse files
committed
feat: add default now on since field
1 parent 51fb39c commit 02a32cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helix-cli/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub const DEFAULT_SCHEMA: &str = r#"// Start building your schema here.
7373
// From: User,
7474
// To: User,
7575
// Properties: {
76-
// Since: Date,
76+
// Since: Date DEFAULT NOW,
7777
// }
7878
// }
7979
//

hql-tests/tests/negating_exists/schema.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// From: User,
2525
// To: User,
2626
// Properties: {
27-
// Since: Date,
27+
// Since: Date DEFAULT NOW,
2828
// }
2929
// }
3030
//

0 commit comments

Comments
 (0)