changeset 101:25f3c00ea12e

Fix comma typo in pgsql schema
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 12 Dec 2020 09:09:25 +0100
parents e4bd4d0b4dfe
children b41635cf42e1
files pgsql_schema.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pgsql_schema.sql	Sat Dec 12 09:03:09 2020 +0100
+++ b/pgsql_schema.sql	Sat Dec 12 09:09:25 2020 +0100
@@ -34,7 +34,7 @@
     spd double precision,
     accuracy double precision,
     t timestamp with time zone not null,
-    ele double precision
+    ele double precision,
     secret bytea,
     note text
 );