feat: closes #39
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user