Skip to content

Commit 6d7d806

Browse files
committed
autofix: fixes from CI
1 parent 1bb7fa2 commit 6d7d806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/postgraphile/smart-tags.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ comment on column my_schema.my_table.my_column is
144144

145145
### @hasDefault
146146

147-
You can indicate that a column has a default - be that implemented via a trigger,
148-
or maybe as an instead of insert rule - so the field will be nullable in create*
149-
mutations.
147+
You can indicate that a column has a default - be that implemented via a
148+
trigger, or maybe as an instead of insert rule - so the field will be nullable
149+
in create\* mutations.
150150

151151
```sql
152152
comment on column my_schema.my_table.my_column is E'@hasDefault';

0 commit comments

Comments
 (0)