feat: closes #39

This commit is contained in:
2023-10-12 12:08:12 +01:00
parent c7c6cfcd00
commit f163e25fba
6 changed files with 131 additions and 12 deletions

View File

@@ -55,7 +55,8 @@ create table if not exists model_definition (
-- 4: Tranied
-- 5: Ready
status integer default 1,
created_on timestamp default current_timestamp
created_on timestamp default current_timestamp,
epoch_progress integer default 0
);
-- drop table if exists model_definition_layer;