From a1ef3b1e7ef495864f98ed45ef398441be26e6da Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 10 Sep 2024 13:27:51 +0200 Subject: Remove `OnFoot` moving activity --- schema/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schema/init.sql') diff --git a/schema/init.sql b/schema/init.sql index 9a6abee..7397619 100644 --- a/schema/init.sql +++ b/schema/init.sql @@ -9,7 +9,7 @@ CREATE TABLE users( PRIMARY KEY (id) ); -CREATE TYPE moving_activity AS ENUM ('InVehicle', 'OnFoot', 'Running', 'Walking', 'Still'); +CREATE TYPE moving_activity AS ENUM ('InVehicle', 'Running', 'Walking', 'Still'); CREATE TABLE positions( id SERIAL NOT NULL, -- cgit v1.2.3-18-g5258