Skip to content

Commit

Permalink
fix: reference schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Dec 21, 2024
1 parent c21ba65 commit bc21e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/reference.surql
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ DEFINE FIELD OVERWRITE tags ON reference TYPE array<string>;
DEFINE FIELD OVERWRITE tech_stack ON reference TYPE array<string>;
DEFINE FIELD OVERWRITE teck_stack_percentage ON reference TYPE array<int>;
DEFINE FIELD OVERWRITE is_published ON reference TYPE bool DEFAULT false;
DEFINE FIELD OVERWRITE created_at ON post TYPE datetime DEFAULT time::now();
DEFINE FIELD OVERWRITE updated_at ON post TYPE datetime VALUE time::now();
DEFINE FIELD OVERWRITE created_at ON reference TYPE datetime DEFAULT time::now();
DEFINE FIELD OVERWRITE updated_at ON reference TYPE datetime VALUE time::now();

0 comments on commit bc21e75

Please sign in to comment.