Svn migration queue
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
queue_id | integer | not null default nextval(('svn_migration_queue_seq'::text)::regclass) |
group_id | integer | not null |
src_type | integer | not null default 1 |
src_path | text | not null default ''::text |
dest_path | text | not null default ''::text |
replacement | integer | not null default 0 |
requested_on | integer | not null default date_part('EPOCH'::text, ('now'::text)::timestamp(6) with time zone) |
requested_by | integer | not null |
migration_progress | integer | not null default 0 |
Indexes: svn_migration_queue_pk primary key btree (queue_id) | ||
Check constraints: "svn_migration_queue_src_type_chk" (((src_type = 1) OR (src_type = 2)) OR (src_type = 3)) | ||
"svn_migration_queue_progress_chk" ((((migration_progress = 0) OR (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)