Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -pgAdmin auto wipes/drops entries every 24h older than 24h based on this using pgAgent's job/schedule system + vacuum db
- Table ootr_seeds
- uid: bigserial (primary) (required)
- status: smallint (default: 0) (required) (0 = generating, 1 = success, 2 = re-direct, 3 = error)
- spoilers: boolean (required)
- command_line: text (required)
- creation_progress: smallint (0-100) (required) (default 0)
- seed: text
- settings_string: text
- settings_raw: text
- spoiler_log: text
- patch_file: bytea
- helper_data: text (can be anything like SRL id)
- timestamp: timestamp without time zone ( default: timezone('utc'::text, now()) ) (required)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement