4 changed files with 22 additions and 3 deletions
@ -0,0 +1,18 @@ |
|||||
|
|
||||
|
comment on column backups.databases is '备份数据源地址'; |
||||
|
|
||||
|
|
||||
|
alter table backups |
||||
|
add restore_databases jsonb; |
||||
|
|
||||
|
|
||||
|
alter table backups |
||||
|
add restore_start timestamp with time zone; |
||||
|
|
||||
|
comment on column backups.restore_start is '备份开始时间'; |
||||
|
|
||||
|
alter table backups |
||||
|
add restore_end timestamp with time zone; |
||||
|
|
||||
|
comment on column backups.restore_end is '备份结束时间'; |
||||
|
|
Loading…
Reference in new issue