revert: atlas and precision change

Looks like Atlas (the new migration library under Ent) cannot
handle precision properly.

An issue has been reported to Ent: https://github.com/ent/ent/issues/2454

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar
2022-04-06 14:18:32 +02:00
parent b51e73bc2e
commit 9b1a8409f1
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ var textSchema = map[string]string{
}
var timeSchema = map[string]string{
dialect.Postgres: "timestamptz(3)",
dialect.Postgres: "timestamptz",
dialect.SQLite: "timestamp",
dialect.MySQL: "datetime(3)",
}