feat: closes #40
This commit is contained in:
@@ -40,7 +40,6 @@ create table if not exists model_data_point (
|
||||
status_message text
|
||||
);
|
||||
|
||||
-- drop table if exists model_definition;
|
||||
-- drop table if exists model_definition;
|
||||
create table if not exists model_definition (
|
||||
id uuid primary key default gen_random_uuid(),
|
||||
|
||||
Reference in New Issue
Block a user