All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.ezproxy.ezproxy-data-def.changelog-01.xml Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version



    
        assign column-level documentation to database objects, this has no impact on the schema

        alter table ezproxy_log comment 'primary loading table for ezproxy log data'
        alter table ezproxy_log modify column agent varchar(1024) comment 'browser information associated with the request'
        alter table ezproxy_log modify column city varchar(32) comment 'specific location of the user'
        alter table ezproxy_log modify column country varchar(32) comment 'session\'s country of origin'
        alter table ezproxy_log modify column ez_key bigint comment 'unique key used in the normalization process'
        alter table ezproxy_log modify column ezproxy_id varchar(35) comment 'the unique identifier assigned to the session'
        alter table ezproxy_log modify column http_method varchar(12) comment 'GET, POST, etc'
        alter table ezproxy_log modify column line_num int comment 'original line number within the ezproxy file'                                                      
        alter table ezproxy_log modify column patron_id varchar(32) comment 'ezproxy user identifier'
        alter table ezproxy_log modify column patron_ip varchar(32) comment 'ip address associated with the session'
        alter table ezproxy_log modify column ref_url varchar(2000) comment 'resource link source site or identifier'
        alter table ezproxy_log modify column response_code int comment 'status code associated with the query'                                                 
        alter table ezproxy_log modify column response_size int comment 'size of the response returned from the site'                                                 
        alter table ezproxy_log modify column source_file varchar(32) comment 'name of the ezproxy file'
        alter table ezproxy_log modify column state varchar(32) comment 'general location of the user'
        alter table ezproxy_log modify column url varchar(2000) comment 'resource link identifier or site accessed'
        alter table ezproxy_log modify column proxy_time datetime comment 'time exproxy query occurred'
        alter table ezproxy_log modify column cookies text comment 'extraneous information associated with the url'
        alter table ezproxy_log modify column load_time timestamp comment 'the time the record was loaded into the ezproxy_log table'

        alter table ez_loading_errors comment 'ezproxy records which failed to load and reason for failure'
        alter table ez_loading_errors modify column ez_loading_errors_id bigint unsigned comment 'primary key identifier'
        alter table ez_loading_errors modify column line_num int comment 'original line number from the ezproxy file'                                                
        alter table ez_loading_errors modify column source_file varchar(32) comment 'name of the ezproxy file'
        alter table ez_loading_errors modify column error_message text comment 'reason for failure'
        alter table ez_loading_errors modify column exchange text comment 'data which failed to load '
        alter table ez_loading_errors modify column stack_trace text comment 'programatic reason for failure '
        alter table ez_loading_errors modify column loading_date timestamp comment 'actual time load was attempted'

        alter table ez_master comment 'links normalized master records with their source'
        alter table ez_master modify column ez_key bigint unsigned comment 'reference to ezproxy_log record'
        alter table ez_master modify column master_id bigint unsigned comment 'reference to master record'

        alter table ezproxy_identifier comment 'reference for each ezproxy identifier loaded from logs'
        alter table ezproxy_identifier modify column ezproxy_identifier_id bigint unsigned comment 'primary key identifier'
        alter table ezproxy_identifier modify column ezproxy_id varchar(32) comment 'ezproxy identifier'

        alter table ezproxy_id_master comment 'links ezproxy id to master record'
        alter table ezproxy_id_master modify column ezproxy_id bigint unsigned comment 'reference to ezproxy identifier record'
        alter table ezproxy_id_master modify column master_id bigint unsigned comment 'reference to master record'
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy