From e4df2727e6bad98cdfbe706fdb31bf65bea6d0ce Mon Sep 17 00:00:00 2001 From: Riccardo Berto Date: Wed, 24 Feb 2021 16:08:21 +0100 Subject: [PATCH] type instead of medium --- init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sql b/init.sql index 4b966f0..b681ec4 100644 --- a/init.sql +++ b/init.sql @@ -2,7 +2,7 @@ create table if not exists training( id uuid primary key default gen_random_uuid(), owner varchar(255) not null, filename text not null, - medium varchar(255) not null, + type varchar(255) not null, description text not null, moving_time float not null, stopped_time float not null,