Skip to content

Commit 398a3cd

Browse files
committed
fix
1 parent 363581a commit 398a3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/command/migrate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fn experimental_modifications_to_schema(schema: &mut Schema) -> Result<()> {
196196
column.typ = Type::Uuid;
197197
}
198198
Type::Other(z) if z == "Timestamp" => {
199-
column.typ = Type::Timestamp;
199+
column.typ = Type::DateTime;
200200
}
201201
_ => {}
202202
}

0 commit comments

Comments
 (0)