Svn migration log
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
log_id | integer | not null default nextval(('svn_migration_log_seq'::text)::regclass) |
queue_id | integer | not null |
start_time | integer | not null default date_part('EPOCH'::text, ('now'::text)::timestamp(6) with time zone) |
end_time | integer | |
error_text | text | not null default ''::text |
migration_progress | integer | not null default 1 |
Indexes: svn_migration_log_pk primary key btree (log_id) | ||
Check constraints: "svn_migration_log_progress_chk" (((migration_progress = 1) OR (migration_progress = 2)) OR (migration_progress = 3)) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)