From 994f2a751fdeab4f627ac38aab1497f161ef737a Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 23 May 2016 19:25:30 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73feb35..3c693f3 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ How to do this is described [in my blog][blog]. * stop old matemat * create a view with new and old timestamps and user ids with - `create or replace view "user_new" as select "user".id, "user".timestamp, date 'epoch' + "user".timestamp * interval '1 second' as timestamp_new from "user"; + `create or replace view "user_new" as select "user".id, "user".timestamp, date 'epoch' + "user".timestamp * interval '1 second' as timestamp_new from "user";` * create temporary timestamp column in user table with `alter table "user" add column "timestamp_temp" date;` * fill temporary timestamp column with new timestamps with