Skip to content

Commit 12b0114

Browse files
authored
.time is not actually supported, stop claiming it is (#1078)
Pretty much what it says on the tin. Since the only change is a deletion, no separate translation is needed.
1 parent f492970 commit 12b0114

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

docs/fluent/schema.es.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Debajo hay un listado con los tipos de datos soportados.
7474
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
7575
|`.bool`|`Bool`|
7676
|`.datetime`|`Date` (recomendado)|
77-
|`.time`|`Date` (omitiendo día, mes y año)|
7877
|`.date`|`Date` (omitiendo hora y minutos del día)|
7978
|`.float`|`Float`|
8079
|`.double`|`Double`|

docs/fluent/schema.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Supported field data types are listed below.
7474
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
7575
|`.bool`|`Bool`|
7676
|`.datetime`|`Date` (recommended)|
77-
|`.time`|`Date` (omitting day, month, and year)|
7877
|`.date`|`Date` (omitting time of day)|
7978
|`.float`|`Float`|
8079
|`.double`|`Double`|

docs/fluent/schema.nl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Ondersteunde velddatatypes staan hieronder vermeld.
7474
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
7575
|`.bool`|`Bool`|
7676
|`.datetime`|`Date` (aanbevolen)|
77-
|`.time`|`Date` (zonder dag, maand en jaar)|
7877
|`.date`|`Date` (het tijdstip weglaten)|
7978
|`.float`|`Float`|
8079
|`.double`|`Double`|

docs/fluent/schema.zh.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ database.schema("planets").delete()
7474
|`.uint{8,16,32,64}`|`UInt{8,16,32,64}`|
7575
|`.bool`|`Bool`|
7676
|`.datetime`|`Date` (recommended)|
77-
|`.time`|`Date` (omitting day, month, and year)|
7877
|`.date`|`Date` (omitting time of day)|
7978
|`.float`|`Float`|
8079
|`.double`|`Double`|
@@ -404,4 +403,4 @@ try await db.schema("planets", space: "mirror_universe")
404403
.id()
405404
// ...
406405
.create()
407-
```
406+
```

0 commit comments

Comments
 (0)