diff options
Diffstat (limited to 'schema/init.sql')
-rw-r--r-- | schema/init.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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, |