Skip to content

Upgrade fails with relation "audit_events_part_5fc467ac26" does not exist

Summary

When upgrading GitLab 13.4.2 -> 13.8.3 upgrade process fails due to this migration trying to remove the column type from a table audit_events_part_5fc467ac26 which does not exist in in the customer.

Steps to reproduce

upgrade GitLab 13.4.2 -> 13.8.3

What is the current bug behavior?

When upgrading the GitLab 13.4.2 -> 13.8.3 error is thrown PG::UndefinedTable: ERROR: relation "audit_events_part_5fc467ac26" does not exist during the migrations part of the upgrade.

What is the expected correct behavior?

No error.

Relevant logs and/or screenshots

Recipe: gitlab::database_migrations
  * bash[migrate gitlab-rails database] action run
    [execute] == 20200716234259 RemoveDuplicateLabelsFromGroup: migrating ===================
              -- transaction()
                 -> 0.9660s
              -- transaction()
                 -> 0.0019s
              == 20200716234259 RemoveDuplicateLabelsFromGroup: migrated (1.0474s) ==========

              == 20200716234518 AddUniquenessIndexToLabelTitleAndGroup: migrating ===========
              -- transaction_open?()
                 -> 0.0000s
              -- index_exists?(:labels, [:group_id, :title], {:where=>"labels.project_id IS NULL", :unique=>true, :name=>"index_labels_on_group_id_and_title_unique", :algorithm=>:concurrently})
                 -> 0.0059s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0005s
              -- add_index(:labels, [:group_id, :title], {:where=>"labels.project_id IS NULL", :unique=>true, :name=>"index_labels_on_group_id_and_title_unique", :algorithm=>:concurrently})
                 -> 0.0074s
              -- execute("RESET ALL")
                 -> 0.0004s
              -- transaction_open?()
                 -> 0.0000s
              -- index_exists?(:labels, [:group_id, :title], {:name=>"index_labels_on_group_id_and_title", :algorithm=>:concurrently})
                 -> 0.0056s
              == 20200716234518 AddUniquenessIndexToLabelTitleAndGroup: migrated (0.0211s) ==

              == 20200901170135 BackfillModifiedColumnForApprovalMergeRequestRules: migrating
              -- Scheduled 3 AddModifiedToApprovalMergeRequestRule jobs with a maximum of 10000 records per batch and an interval of 120 seconds.

              The migration is expected to take at least 360 seconds. Expect all jobs to have completed after 2021-02-11 12:01:06 UTC."
              == 20200901170135 BackfillModifiedColumnForApprovalMergeRequestRules: migrated (3.3287s)

              == 20200907092715 AddNotNullConstraintToUserOnGroupImportStates: migrating ====
              -- current_schema()
                 -> 0.0009s
              -- transaction_open?()
                 -> 0.0000s
              -- current_schema()
                 -> 0.0007s
              -- execute("ALTER TABLE group_import_states\nADD CONSTRAINT check_cda75c7c3f\nCHECK ( user_id IS NOT NULL )\nNOT VALID;\n")
                 -> 0.0015s
              == 20200907092715 AddNotNullConstraintToUserOnGroupImportStates: migrated (0.2544s)

              == 20200908064229 AddPartialIndexToCiBuildsTableOnUserIdName: migrating =======
              -- transaction_open?()
                 -> 0.0000s
              -- index_exists?(:ci_builds, [:user_id, :name], {:where=>"(((type)::text = 'Ci::Build'::text) AND\n  ((name)::text = ANY (\n    ARRAY[\n      ('container_scanning'::character varying)::text,\n      ('dast'::character varying)::text,\n      ('dependency_scanning'::character varying)::text,\n      ('license_management'::character varying)::text,\n      ('license_scanning'::character varying)::text,\n      ('sast'::character varying)::text,\n      ('coverage_fuzzing'::character varying)::text,\n      ('secret_detection'::character varying)::text\n    ]\n  ))\n)\n", :name=>"index_partial_ci_builds_on_user_id_name_parser_features", :algorithm=>:concurrently})
                 -> 0.0171s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0004s
              -- add_index(:ci_builds, [:user_id, :name], {:where=>"(((type)::text = 'Ci::Build'::text) AND\n  ((name)::text = ANY (\n    ARRAY[\n      ('container_scanning'::character varying)::text,\n      ('dast'::character varying)::text,\n      ('dependency_scanning'::character varying)::text,\n      ('license_management'::character varying)::text,\n      ('license_scanning'::character varying)::text,\n      ('sast'::character varying)::text,\n      ('coverage_fuzzing'::character varying)::text,\n      ('secret_detection'::character varying)::text\n    ]\n  ))\n)\n", :name=>"index_partial_ci_builds_on_user_id_name_parser_features", :algorithm=>:concurrently})
                 -> 96.4112s
              -- execute("RESET ALL")
                 -> 0.0018s
              == 20200908064229 AddPartialIndexToCiBuildsTableOnUserIdName: migrated (96.4315s)

              == 20200909161624 CleanupGroupImportStatesWithNullUserId: migrating ===========
              == 20200909161624 CleanupGroupImportStatesWithNullUserId: migrated (0.0270s) ==

              == 20200910155617 BackfillJiraTrackerDeploymentType: migrating ================
              == 20200910155617 BackfillJiraTrackerDeploymentType: migrated (0.0000s) =======

              == 20200912153218 CleanupAdminNotificationEmailApplicationSettingRename: migrating
              -- execute("DROP TRIGGER IF EXISTS trigger_8fe85065a3f9 ON application_settings")
                 -> 0.0195s
              -- execute("DROP FUNCTION IF EXISTS trigger_8fe85065a3f9()")
                 -> 0.0037s
              -- remove_column(:application_settings, :admin_notification_email)
                 -> 0.0070s
              == 20200912153218 CleanupAdminNotificationEmailApplicationSettingRename: migrated (0.0327s)

              == 20200915185707 EnsureFilledFileStoreOnPackageFiles: migrating ==============
              == 20200915185707 EnsureFilledFileStoreOnPackageFiles: migrated (0.7037s) =====

              == 20200915191156 ValidateNotNullFileStoreOnPackageFiles: migrating ===========
              -- current_schema()
                 -> 0.0005s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0005s
              -- execute("ALTER TABLE packages_package_files VALIDATE CONSTRAINT check_4c5e6bb0b3;")
                 -> 0.0018s
              -- execute("RESET ALL")
                 -> 0.0004s
              -- transaction_open?()
                 -> 0.0000s
              -- indexes(:packages_package_files)
                 -> 0.0072s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0005s
              -- remove_index(:packages_package_files, {:algorithm=>:concurrently, :name=>"index_packages_package_files_file_store_is_null"})
                 -> 0.0143s
              -- execute("RESET ALL")
                 -> 0.0006s
              == 20200915191156 ValidateNotNullFileStoreOnPackageFiles: migrated (0.0282s) ==

              == 20200917135802 RemoveDuplicatedCsFindingsWithoutVulnerabilityId: migrating =
              == 20200917135802 RemoveDuplicatedCsFindingsWithoutVulnerabilityId: migrated (0.0001s)

              == 20200917165525 UpdateIndexOnNamespacesForTypeAndId: migrating ==============
              -- transaction_open?()
                 -> 0.0000s
              -- index_exists?(:namespaces, [:type, :id], {:where=>"type IS NOT NULL", :name=>"index_namespaces_on_type_and_id_partial", :algorithm=>:concurrently})
                 -> 0.0147s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0005s
              -- add_index(:namespaces, [:type, :id], {:where=>"type IS NOT NULL", :name=>"index_namespaces_on_type_and_id_partial", :algorithm=>:concurrently})
                 -> 0.0093s
              -- execute("RESET ALL")
                 -> 0.0005s
              -- transaction_open?()
                 -> 0.0000s
              -- indexes(:namespaces)
                 -> 0.0161s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0006s
              -- remove_index(:namespaces, {:algorithm=>:concurrently, :name=>"index_namespaces_on_type_partial"})
                 -> 0.0073s
              -- execute("RESET ALL")
                 -> 0.0007s
              == 20200917165525 UpdateIndexOnNamespacesForTypeAndId: migrated (0.0513s) =====

              == 20200922054642 DropSnowplowIgluRegistryUrlFromApplicationSettings: migrating
              -- remove_column(:application_settings, :snowplow_iglu_registry_url, :string, {:limit=>255})
                 -> 0.0019s
              == 20200922054642 DropSnowplowIgluRegistryUrlFromApplicationSettings: migrated (0.0021s)

              == 20200922095954 RemoveInstanceStatisticsVisibilityPrivateFromApplicationSettings: migrating
              -- remove_column(:application_settings, :instance_statistics_visibility_private)
                 -> 0.0017s
              == 20200922095954 RemoveInstanceStatisticsVisibilityPrivateFromApplicationSettings: migrated (0.0018s)

              == 20200922170907 ChangeIndexOnPipelineStatus: migrating ======================
              -- transaction_open?()
                 -> 0.0000s
              -- index_exists?(:ci_pipelines, [:status, :id], {:name=>"index_ci_pipelines_on_status_and_id", :algorithm=>:concurrently})
                 -> 0.0157s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0003s
              -- add_index(:ci_pipelines, [:status, :id], {:name=>"index_ci_pipelines_on_status_and_id", :algorithm=>:concurrently})
                 -> 1.0047s
              -- execute("RESET ALL")
                 -> 0.0007s
              -- transaction_open?()
                 -> 0.0000s
              -- indexes(:ci_pipelines)
                 -> 0.0129s
              -- execute("SET statement_timeout TO 0")
                 -> 0.0005s
              -- remove_index(:ci_pipelines, {:algorithm=>:concurrently, :name=>"index_ci_pipelines_on_status"})
                 -> 0.0146s
              -- execute("RESET ALL")
                 -> 0.0005s
              == 20200922170907 ChangeIndexOnPipelineStatus: migrated (1.0514s) =============

              == 20200922231755 RemoveCreatedByUserIdFromClusterProvidersAws: migrating =====
              -- remove_column(:cluster_providers_aws, :created_by_user_id)
                 -> 0.0362s
              == 20200922231755 RemoveCreatedByUserIdFromClusterProvidersAws: migrated (0.0438s)

              == 20200929052138 CreateInitialVersionsForPreVersioningTerraformStates: migrating
              -- execute("      INSERT INTO terraform_state_versions (terraform_state_id, created_at, updated_at, version, file_store, file)\n      SELECT id, NOW(), NOW(), 0, file_store, file\n      FROM terraform_states\n      WHERE versioning_enabled = FALSE\n      ON CONFLICT (terraform_state_id, version) DO NOTHING\n")rake aborted!
              StandardError: An error has occurred, this and all later migrations canceled:

              PG::UndefinedTable: ERROR:  relation "audit_events_part_5fc467ac26" does not exist
              /opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20200929113254_remove_type_from_audit_events.rb:64:in `block in up'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:121:in `run_block'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:130:in `block in run_block_with_transaction'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:125:in `run_block_with_transaction'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:95:in `run'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/migration_helpers.rb:394:in `with_lock_retries'
              /opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20200929113254_remove_type_from_audit_events.rb:13:in `up'
              /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/db.rake:59:in `block (3 levels) in <top (required)>'
              /opt/gitlab/embedded/bin/bundle:23:in `load'
              /opt/gitlab/embedded/bin/bundle:23:in `<main>'

              Caused by:
              ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR:  relation "audit_events_part_5fc467ac26" does not exist
              /opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20200929113254_remove_type_from_audit_events.rb:64:in `block in up'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:121:in `run_block'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:130:in `block in run_block_with_transaction'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:125:in `run_block_with_transaction'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:95:in `run'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/migration_helpers.rb:394:in `with_lock_retries'
              /opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20200929113254_remove_type_from_audit_events.rb:13:in `up'
              /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/db.rake:59:in `block (3 levels) in <top (required)>'
              /opt/gitlab/embedded/bin/bundle:23:in `load'
              /opt/gitlab/embedded/bin/bundle:23:in `<main>'

              Caused by:
              PG::UndefinedTable: ERROR:  relation "audit_events_part_5fc467ac26" does not exist
              /opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20200929113254_remove_type_from_audit_events.rb:64:in `block in up'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:121:in `run_block'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:130:in `block in run_block_with_transaction'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:125:in `run_block_with_transaction'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/with_lock_retries.rb:95:in `run'
              /opt/gitlab/embedded/service/gitlab-rails/lib/gitlab/database/migration_helpers.rb:394:in `with_lock_retries'
              /opt/gitlab/embedded/service/gitlab-rails/db/post_migrate/20200929113254_remove_type_from_audit_events.rb:13:in `up'
              /opt/gitlab/embedded/service/gitlab-rails/lib/tasks/gitlab/db.rake:59:in `block (3 levels) in <top (required)>'
              /opt/gitlab/embedded/bin/bundle:23:in `load'
              /opt/gitlab/embedded/bin/bundle:23:in `<main>'
              Tasks: TOP => db:migrate
              (See full trace by running task with --trace)

                 -> 0.0168s
              == 20200929052138 CreateInitialVersionsForPreVersioningTerraformStates: migrated (0.0169s)

              == 20200929113254 RemoveTypeFromAuditEvents: migrating ========================
              -- remove_column("audit_events", :type)
                 -> 0.0073s
              -- execute("CREATE OR REPLACE FUNCTION table_sync_function_2be879775d()\nRETURNS TRIGGER AS\n$$\nBEGIN\nIF (TG_OP = 'DELETE') THEN\n  DELETE FROM audit_events_part_5fc467ac26 where id = OLD.id;\nELSIF (TG_OP = 'UPDATE') THEN\n  UPDATE audit_events_part_5fc467ac26\n  SET author_id = NEW.author_id,\n    entity_id = NEW.entity_id,\n    entity_type = NEW.entity_type,\n    details = NEW.details,\n    ip_address = NEW.ip_address,\n    author_name = NEW.author_name,\n    entity_path = NEW.entity_path,\n    target_details = NEW.target_details,\n    target_type = NEW.target_type,\n    target_id = NEW.target_id,\n    created_at = NEW.created_at\n  WHERE audit_events_part_5fc467ac26.id = NEW.id;\nELSIF (TG_OP = 'INSERT') THEN\n  INSERT INTO audit_events_part_5fc467ac26 (id,\n    author_id,\n    entity_id,\n    entity_type,\n    details,\n    ip_address,\n    author_name,\n    entity_path,\n    target_details,\n    target_type,\n    target_id,\n    created_at)\n  VALUES (NEW.id,\n    NEW.author_id,\n    NEW.entity_id,\n    NEW.entity_type,\n    NEW.details,\n    NEW.ip_address,\n    NEW.author_name,\n    NEW.entity_path,\n    NEW.target_details,\n    NEW.target_type,\n    NEW.target_id,\n    NEW.created_at);\nEND IF;\nRETURN NULL;\n\nEND\n$$ LANGUAGE PLPGSQL\n")
                 -> 0.0072s
              -- remove_column("audit_events_part_5fc467ac26", :type)

    ================================================================================
    Error executing action `run` on resource 'bash[migrate gitlab-rails database]'
    ================================================================================

    Mixlib::ShellOut::ShellCommandFailed
    ------------------------------------
    Expected process to exit with [0], but received '1'
    ---- Begin output of "bash"  "/tmp/chef-script20210211-22659-rn63px" ----
    STDOUT: == 20200716234259 RemoveDuplicateLabelsFromGroup: migrating ===================
    -- transaction()
       -> 0.9660s
    -- transaction()
       -> 0.0019s
    == 20200716234259 RemoveDuplicateLabelsFromGroup: migrated (1.0474s) ==========
Expand for output related to GitLab environment info

database: gitlabhq_production

 Status   Migration ID    Migration Name
--------------------------------------------------
   up     20121220064453  ********** NO FILE **********
   up     20130102143055  ********** NO FILE **********
   up     20130110172407  ********** NO FILE **********
   up     20130123114545  ********** NO FILE **********
   up     20130125090214  ********** NO FILE **********
   up     20130131070232  ********** NO FILE **********
   up     20130206084024  ********** NO FILE **********
   up     20130207104426  ********** NO FILE **********
   up     20130211085435  ********** NO FILE **********
   up     20130214154045  ********** NO FILE **********
   up     20130218140952  ********** NO FILE **********
   up     20130218141038  ********** NO FILE **********
   up     20130218141117  ********** NO FILE **********
   up     20130218141258  ********** NO FILE **********
   up     20130218141327  ********** NO FILE **********
   up     20130218141344  ********** NO FILE **********
   up     20130218141444  ********** NO FILE **********
   up     20130218141507  ********** NO FILE **********
   up     20130218141536  ********** NO FILE **********
   up     20130218141554  ********** NO FILE **********
   up     20130220124204  ********** NO FILE **********
   up     20130220125544  ********** NO FILE **********
   up     20130220125545  ********** NO FILE **********
   up     20130220133245  ********** NO FILE **********
   up     20130304104623  ********** NO FILE **********
   up     20130304104740  ********** NO FILE **********
   up     20130304105317  ********** NO FILE **********
   up     20130315124931  ********** NO FILE **********
   up     20130318212250  ********** NO FILE **********
   up     20130319214458  ********** NO FILE **********
   up     20130323174317  ********** NO FILE **********
   up     20130324151736  ********** NO FILE **********
   up     20130324172327  ********** NO FILE **********
   up     20130324203535  ********** NO FILE **********
   up     20130325173941  ********** NO FILE **********
   up     20130326142630  ********** NO FILE **********
   up     20130403003950  ********** NO FILE **********
   up     20130404164628  ********** NO FILE **********
   up     20130410175022  ********** NO FILE **********
   up     20130419190306  ********** NO FILE **********
   up     20130506085413  ********** NO FILE **********
   up     20130506090604  ********** NO FILE **********
   up     20130506095501  ********** NO FILE **********
   up     20130522141856  ********** NO FILE **********
   up     20130528184641  ********** NO FILE **********
   up     20130611210815  ********** NO FILE **********
   up     20130613165816  ********** NO FILE **********
   up     20130613173246  ********** NO FILE **********
   up     20130614132337  ********** NO FILE **********
   up     20130617095603  ********** NO FILE **********
   up     20130621195223  ********** NO FILE **********
   up     20130622115340  ********** NO FILE **********
   up     20130624162710  ********** NO FILE **********
   up     20130711063759  ********** NO FILE **********
   up     20130802124933  ********** NO FILE **********
   up     20130804151314  ********** NO FILE **********
   up     20130809090140  ********** NO FILE **********
   up     20130809124851  ********** NO FILE **********
   up     20130812143708  ********** NO FILE **********
   up     20130819182730  ********** NO FILE **********
   up     20130820102832  ********** NO FILE **********
   up     20130821090530  ********** NO FILE **********
   up     20130821090531  ********** NO FILE **********
   up     20130909132950  ********** NO FILE **********
   up     20130926081215  ********** NO FILE **********
   up     20131005191208  ********** NO FILE **********
   up     20131009115346  ********** NO FILE **********
   up     20131106151520  ********** NO FILE **********
   up     20131112114325  ********** NO FILE **********
   up     20131112220935  ********** NO FILE **********
   up     20131129154016  ********** NO FILE **********
   up     20131130165425  ********** NO FILE **********
   up     20131202192556  ********** NO FILE **********
   up     20131214224427  ********** NO FILE **********
   up     20131217102743  ********** NO FILE **********
   up     20140116231608  ********** NO FILE **********
   up     20140122112253  ********** NO FILE **********
   up     20140122114406  ********** NO FILE **********
   up     20140122122549  ********** NO FILE **********
   up     20140125162722  ********** NO FILE **********
   up     20140127170938  ********** NO FILE **********
   up     20140209025651  ********** NO FILE **********
   up     20140214102325  ********** NO FILE **********
   up     20140304005354  ********** NO FILE **********
   up     20140305193308  ********** NO FILE **********
   up     20140312145357  ********** NO FILE **********
   up     20140313092127  ********** NO FILE **********
   up     20140319135450  ********** NO FILE **********
   up     20140407135544  ********** NO FILE **********
   up     20140414093351  ********** NO FILE **********
   up     20140414131055  ********** NO FILE **********
   up     20140415124820  ********** NO FILE **********
   up     20140416074002  ********** NO FILE **********
   up     20140416185734  ********** NO FILE **********
   up     20140428105831  ********** NO FILE **********
   up     20140502115131  ********** NO FILE **********
   up     20140502125220  ********** NO FILE **********
   up     20140508105809  ********** NO FILE **********
   up     20140513095908  ********** NO FILE **********
   up     20140611135229  ********** NO FILE **********
   up     20140625115202  ********** NO FILE **********
   up     20140729134820  ********** NO FILE **********
   up     20140729140420  ********** NO FILE **********
   up     20140729145339  ********** NO FILE **********
   up     20140729152420  ********** NO FILE **********
   up     20140730111702  ********** NO FILE **********
   up     20140811083829  ********** NO FILE **********
   up     20140811155127  ********** NO FILE **********
   up     20140813090117  ********** NO FILE **********
   up     20140813133925  ********** NO FILE **********
   up     20140903115954  ********** NO FILE **********
   up     20140907220153  ********** NO FILE **********
   up     20140907223153  ********** NO FILE **********
   up     20140914113604  ********** NO FILE **********
   up     20140914145549  ********** NO FILE **********
   up     20140914173417  ********** NO FILE **********
   up     20141006143943  ********** NO FILE **********
   up     20141007100818  ********** NO FILE **********
   up     20141010132608  ********** NO FILE **********
   up     20141027173526  ********** NO FILE **********
   up     20141030133853  ********** NO FILE **********
   up     20141103160516  ********** NO FILE **********
   up     20141118150935  ********** NO FILE **********
   up     20141121133009  ********** NO FILE **********
   up     20141121161704  ********** NO FILE **********
   up     20141126120926  ********** NO FILE **********
   up     20141205134006  ********** NO FILE **********
   up     20141212124604  ********** NO FILE **********
   up     20141213212220  ********** NO FILE **********
   up     20141216155758  ********** NO FILE **********
   up     20141217125223  ********** NO FILE **********
   up     20141223135007  ********** NO FILE **********
   up     20141226080412  ********** NO FILE **********
   up     20141230100055  ********** NO FILE **********
   up     20150108073740  ********** NO FILE **********
   up     20150116234544  ********** NO FILE **********
   up     20150116234545  ********** NO FILE **********
   up     20150125163100  ********** NO FILE **********
   up     20150125163158  ********** NO FILE **********
   up     20150205211843  ********** NO FILE **********
   up     20150206181414  ********** NO FILE **********
   up     20150206222854  ********** NO FILE **********
   up     20150209222013  ********** NO FILE **********
   up     20150211172122  ********** NO FILE **********
   up     20150211174341  ********** NO FILE **********
   up     20150213104043  ********** NO FILE **********
   up     20150213114800  ********** NO FILE **********
   up     20150213121042  ********** NO FILE **********
   up     20150217123345  ********** NO FILE **********
   up     20150219004514  ********** NO FILE **********
   up     20150223022001  ********** NO FILE **********
   up     20150225065047  ********** NO FILE **********
   up     20150225214822  ********** NO FILE **********
   up     20150301014758  ********** NO FILE **********
   up     20150306023106  ********** NO FILE **********
   up     20150306023112  ********** NO FILE **********
   up     20150310194358  ********** NO FILE **********
   up     20150312000132  ********** NO FILE **********
   up     20150313012111  ********** NO FILE **********
   up     20150320234437  ********** NO FILE **********
   up     20150324155957  ********** NO FILE **********
   up     20150324223425  ********** NO FILE **********
   up     20150327122227  ********** NO FILE **********
   up     20150327150017  ********** NO FILE **********
   up     20150327223628  ********** NO FILE **********
   up     20150328132231  ********** NO FILE **********
   up     20150331183602  ********** NO FILE **********
   up     20150406133311  ********** NO FILE **********
   up     20150411000035  ********** NO FILE **********
   up     20150411180045  ********** NO FILE **********
   up     20150413192223  ********** NO FILE **********
   up     20150417121913  ********** NO FILE **********
   up     20150417122318  ********** NO FILE **********
   up     20150421120000  ********** NO FILE **********
   up     20150423033240  ********** NO FILE **********
   up     20150425164646  ********** NO FILE **********
   up     20150425164647  ********** NO FILE **********
   up     20150425164648  ********** NO FILE **********
   up     20150425164649  ********** NO FILE **********
   up     20150425164650  ********** NO FILE **********
   up     20150425164651  ********** NO FILE **********
   up     20150425173433  ********** NO FILE **********
   up     20150429002313  ********** NO FILE **********
   up     20150501095306  ********** NO FILE **********
   up     20150502064022  ********** NO FILE **********
   up     20150507194350  ********** NO FILE **********
   up     20150509180749  ********** NO FILE **********
   up     20150516060434  ********** NO FILE **********
   up     20150529111607  ********** NO FILE **********
   up     20150529150354  ********** NO FILE **********
   up     20150605131047  ********** NO FILE **********
   up     20150609113337  ********** NO FILE **********
   up     20150609125332  ********** NO FILE **********
   up     20150609141121  ********** NO FILE **********
   up     20150610065936  ********** NO FILE **********
   up     20150620233230  ********** NO FILE **********
   up     20150707222220  ********** NO FILE **********
   up     20150709134649  ********** NO FILE **********
   up     20150713160110  ********** NO FILE **********
   up     20150717130904  ********** NO FILE **********
   up     20150717155058  ********** NO FILE **********
   up     20150730122406  ********** NO FILE **********
   up     20150731200022  ********** NO FILE **********
   up     20150806104937  ********** NO FILE **********
   up     20150812080800  ********** NO FILE **********
   up     20150814065925  ********** NO FILE **********
   up     20150817163600  ********** NO FILE **********
   up     20150818213832  ********** NO FILE **********
   up     20150824002011  ********** NO FILE **********
   up     20150826001931  ********** NO FILE **********
   up     20150827121444  ********** NO FILE **********
   up     20150827144737  ********** NO FILE **********
   up     20150902001023  ********** NO FILE **********
   up     20150914215247  ********** NO FILE **********
   up     20150915001905  ********** NO FILE **********
   up     20150916000405  ********** NO FILE **********
   up     20150916114643  ********** NO FILE **********
   up     20150916145038  ********** NO FILE **********
   up     20150918084513  ********** NO FILE **********
   up     20150918161719  ********** NO FILE **********
   up     20150920010715  ********** NO FILE **********
   up     20150920161119  ********** NO FILE **********
   up     20150924125150  ********** NO FILE **********
   up     20150924125436  ********** NO FILE **********
   up     20150929160851  ********** NO FILE **********
   up     20150930001110  ********** NO FILE **********
   up     20150930095736  ********** NO FILE **********
   up     20150930110012  ********** NO FILE **********
   up     20151002112914  ********** NO FILE **********
   up     20151002121400  ********** NO FILE **********
   up     20151002122929  ********** NO FILE **********
   up     20151002122943  ********** NO FILE **********
   up     20151005075649  ********** NO FILE **********
   up     20151005150751  ********** NO FILE **********
   up     20151005162154  ********** NO FILE **********
   up     20151007110107  ********** NO FILE **********
   up     20151007120511  ********** NO FILE **********
   up     20151008110232  ********** NO FILE **********
   up     20151008123042  ********** NO FILE **********
   up     20151008130321  ********** NO FILE **********
   up     20151008143519  ********** NO FILE **********
   up     20151012173029  ********** NO FILE **********
   up     20151013092124  ********** NO FILE **********
   up     20151016131433  ********** NO FILE **********
   up     20151016195451  ********** NO FILE **********
   up     20151016195706  ********** NO FILE **********
   up     20151019111551  ********** NO FILE **********
   up     20151019111703  ********** NO FILE **********
   up     20151020145526  ********** NO FILE **********
   up     20151020173516  ********** NO FILE **********
   up     20151020173906  ********** NO FILE **********
   up     20151023112551  ********** NO FILE **********
   up     20151023144219  ********** NO FILE **********
   up     20151026182941  ********** NO FILE **********
   up     20151028152939  ********** NO FILE **********
   up     20151103001141  ********** NO FILE **********
   up     20151103133339  ********** NO FILE **********
   up     20151103134857  ********** NO FILE **********
   up     20151103134958  ********** NO FILE **********
   up     20151104105513  ********** NO FILE **********
   up     20151105094515  ********** NO FILE **********
   up     20151106000015  ********** NO FILE **********
   up     20151109100728  ********** NO FILE **********
   up     20151109134526  ********** NO FILE **********
   up     20151109134916  ********** NO FILE **********
   up     20151110125416  ********** NO FILE **********
   up     20151110125604  ********** NO FILE **********
   up     20151113115819  ********** NO FILE **********
   up     20151114113410  ********** NO FILE **********
   up     20151116144118  ********** NO FILE **********
   up     20151118162244  ********** NO FILE **********
   up     20151201203948  ********** NO FILE **********
   up     20151203162133  ********** NO FILE **********
   up     20151203162134  ********** NO FILE **********
   up     20151208110020  ********** NO FILE **********
   up     20151209144329  ********** NO FILE **********
   up     20151209145909  ********** NO FILE **********
   up     20151209222208  ********** NO FILE **********
   up     20151210030143  ********** NO FILE **********
   up     20151210072243  ********** NO FILE **********
   up     20151210125232  ********** NO FILE **********
   up     20151210125927  ********** NO FILE **********
   up     20151210125928  ********** NO FILE **********
   up     20151210125929  ********** NO FILE **********
   up     20151210125930  ********** NO FILE **********
   up     20151210125931  ********** NO FILE **********
   up     20151210125932  ********** NO FILE **********
   up     20151215005729  ********** NO FILE **********
   up     20151215132013  ********** NO FILE **********
   up     20151218154042  ********** NO FILE **********
   up     20151221234414  ********** NO FILE **********
   up     20151224123230  ********** NO FILE **********
   up     20151228111122  ********** NO FILE **********
   up     20151228150906  ********** NO FILE **********
   up     20151228175719  ********** NO FILE **********
   up     20151228203337  ********** NO FILE **********
   up     20151229102248  ********** NO FILE **********
   up     20151229112614  ********** NO FILE **********
   up     20151230132518  ********** NO FILE **********
   up     20151231152326  ********** NO FILE **********
   up     20151231202530  ********** NO FILE **********
   up     20160106162223  ********** NO FILE **********
   up     20160106164438  ********** NO FILE **********
   up     20160109054846  ********** NO FILE **********
   up     20160112174440  ********** NO FILE **********
   up     20160113111034  ********** NO FILE **********
   up     20160118155830  ********** NO FILE **********
   up     20160118232755  ********** NO FILE **********
   up     20160119111158  ********** NO FILE **********
   up     20160119112418  ********** NO FILE **********
   up     20160119145451  ********** NO FILE **********
   up     20160119170055  ********** NO FILE **********
   up     20160120172143  ********** NO FILE **********
   up     20160121030729  ********** NO FILE **********
   up     20160122185421  ********** NO FILE **********
   up     20160128212447  ********** NO FILE **********
   up     20160128233227  ********** NO FILE **********
   up     20160129075828  ********** NO FILE **********
   up     20160129135155  ********** NO FILE **********
   up     20160129155512  ********** NO FILE **********
   up     20160202091601  ********** NO FILE **********
   up     20160202164642  ********** NO FILE **********
   up     20160204144558  ********** NO FILE **********
   up     20160204190809  ********** NO FILE **********
   up     20160209130428  ********** NO FILE **********
   up     20160210105555  ********** NO FILE **********
   up     20160212123307  ********** NO FILE **********
   up     20160217100506  ********** NO FILE **********
   up     20160217174422  ********** NO FILE **********
   up     20160220123949  ********** NO FILE **********
   up     20160221013512  ********** NO FILE **********
   up     20160222153918  ********** NO FILE **********
   up     20160223192159  ********** NO FILE **********
   up     20160225090018  ********** NO FILE **********
   up     20160225101956  ********** NO FILE **********
   up     20160226114608  ********** NO FILE **********
   up     20160227120001  ********** NO FILE **********
   up     20160227120047  ********** NO FILE **********
   up     20160229034258  ********** NO FILE **********
   up     20160229193553  ********** NO FILE **********
   up     20160301124843  ********** NO FILE **********
   up     20160301174731  ********** NO FILE **********
   up     20160302141317  ********** NO FILE **********
   up     20160302151724  ********** NO FILE **********
   up     20160302152808  ********** NO FILE **********
   up     20160303210802  ********** NO FILE **********
   up     20160305220806  ********** NO FILE **********
   up     20160307221555  ********** NO FILE **********
   up     20160308212903  ********** NO FILE **********
   up     20160309140734  ********** NO FILE **********
   up     20160310124959  ********** NO FILE **********
   up     20160310185910  ********** NO FILE **********
   up     20160314094147  ********** NO FILE **********
   up     20160314114439  ********** NO FILE **********
   up     20160314143402  ********** NO FILE **********
   up     20160315135439  ********** NO FILE **********
   up     20160316123110  ********** NO FILE **********
   up     20160316124047  ********** NO FILE **********
   up     20160316192622  ********** NO FILE **********
   up     20160316204731  ********** NO FILE **********
   up     20160317092222  ********** NO FILE **********
   up     20160317191509  ********** NO FILE **********
   up     20160320204112  ********** NO FILE **********
   up     20160321161032  ********** NO FILE **********
   up     20160324020319  ********** NO FILE **********
   up     20160328112808  ********** NO FILE **********
   up     20160328115649  ********** NO FILE **********
   up     20160328121138  ********** NO FILE **********
   up     20160329144452  ********** NO FILE **********
   up     20160331133914  ********** NO FILE **********
   up     20160331223143  ********** NO FILE **********
   up     20160407120251  ********** NO FILE **********
   up     20160412140240  ********** NO FILE **********
   up     20160412173416  ********** NO FILE **********
   up     20160412173417  ********** NO FILE **********
   up     20160412173418  ********** NO FILE **********
   up     20160413115152  ********** NO FILE **********
   up     20160414064845  ********** NO FILE **********
   up     20160415062917  ********** NO FILE **********
   up     20160415133440  ********** NO FILE **********
   up     20160416180807  ********** NO FILE **********
   up     20160416182152  ********** NO FILE **********
   up     20160419120017  ********** NO FILE **********
   up     20160419122101  ********** NO FILE **********
   up     20160421130527  ********** NO FILE **********
   up     20160425045124  ********** NO FILE **********
   up     20160504091942  ********** NO FILE **********
   up     20160504112519  ********** NO FILE **********
   up     20160508194200  ********** NO FILE **********
   up     20160508202603  ********** NO FILE **********
   up     20160508215820  ********** NO FILE **********
   up     20160508215920  ********** NO FILE **********
   up     20160508221410  ********** NO FILE **********
   up     20160509091049  ********** NO FILE **********
   up     20160509201028  ********** NO FILE **********
   up     20160516174813  ********** NO FILE **********
   up     20160516224534  ********** NO FILE **********
   up     20160518200441  ********** NO FILE **********
   up     20160519203051  ********** NO FILE **********
   up     20160522215720  ********** NO FILE **********
   up     20160525205328  ********** NO FILE **********
   up     20160527020117  ********** NO FILE **********
   up     20160528043124  ********** NO FILE **********
   up     20160530150109  ********** NO FILE **********
   up     20160530214349  ********** NO FILE **********
   up     20160601102211  ********** NO FILE **********
   up     20160603075128  ********** NO FILE **********
   up     20160603180330  ********** NO FILE **********
   up     20160603182247  ********** NO FILE **********
   up     20160608155312  ********** NO FILE **********
   up     20160608195742  ********** NO FILE **********
   up     20160608211215  ********** NO FILE **********
   up     20160610140403  ********** NO FILE **********
   up     20160610194713  ********** NO FILE **********
   up     20160610201627  ********** NO FILE **********
   up     20160610204157  ********** NO FILE **********
   up     20160610204158  ********** NO FILE **********
   up     20160610211845  ********** NO FILE **********
   up     20160610301627  ********** NO FILE **********
   up     20160611101122  ********** NO FILE **********
   up     20160614182521  ********** NO FILE **********
   up     20160615092001  ********** NO FILE **********
   up     20160615142710  ********** NO FILE **********
   up     20160615142732  ********** NO FILE **********
   up     20160615173316  ********** NO FILE **********
   up     20160615191922  ********** NO FILE **********
   up     20160616084004  ********** NO FILE **********
   up     20160616102642  ********** NO FILE **********
   up     20160616103005  ********** NO FILE **********
   up     20160616103948  ********** NO FILE **********
   up     20160617301627  ********** NO FILE **********
   up     20160620115026  ********** NO FILE **********
   up     20160621123729  ********** NO FILE **********
   up     20160628085157  ********** NO FILE **********
   up     20160629025435  ********** NO FILE **********
   up     20160703180340  ********** NO FILE **********
   up     20160705054938  ********** NO FILE **********
   up     20160705054952  ********** NO FILE **********
   up     20160705055254  ********** NO FILE **********
   up     20160705055308  ********** NO FILE **********
   up     20160705055809  ********** NO FILE **********
   up     20160705055813  ********** NO FILE **********
   up     20160705111606  ********** NO FILE **********
   up     20160705163108  ********** NO FILE **********
   up     20160707104333  ********** NO FILE **********
   up     20160712171823  ********** NO FILE **********
   up     20160713200638  ********** NO FILE **********
   up     20160713205315  ********** NO FILE **********
   up     20160713222618  ********** NO FILE **********
   up     20160715132507  ********** NO FILE **********
   up     20160715134306  ********** NO FILE **********
   up     20160715154212  ********** NO FILE **********
   up     20160715204316  ********** NO FILE **********
   up     20160715230841  ********** NO FILE **********
   up     20160716115710  ********** NO FILE **********
   up     20160716115711  ********** NO FILE **********
   up     20160718153603  ********** NO FILE **********
   up     20160718210912  ********** NO FILE **********
   up     20160718210939  ********** NO FILE **********
   up     20160718211006  ********** NO FILE **********
   up     20160718211059  ********** NO FILE **********
   up     20160721042141  ********** NO FILE **********
   up     20160721043623  ********** NO FILE **********
   up     20160721081015  ********** NO FILE **********
   up     20160722221922  ********** NO FILE **********
   up     20160724205507  ********** NO FILE **********
   up     20160725083350  ********** NO FILE **********
   up     20160725104020  ********** NO FILE **********
   up     20160725104452  ********** NO FILE **********
   up     20160727163552  ********** NO FILE **********
   up     20160727191041  ********** NO FILE **********
   up     20160727193336  ********** NO FILE **********
   up     20160728081025  ********** NO FILE **********
   up     20160728103734  ********** NO FILE **********
   up     20160729173930  ********** NO FILE **********
   up     20160801163421  ********** NO FILE **********
   up     20160801163709  ********** NO FILE **********
   up     20160802010328  ********** NO FILE **********
   up     20160803161903  ********** NO FILE **********
   up     20160804142904  ********** NO FILE **********
   up     20160804150737  ********** NO FILE **********
   up     20160805041956  ********** NO FILE **********
   up     20160808085531  ********** NO FILE **********
   up     20160808085602  ********** NO FILE **********
   up     20160810102349  ********** NO FILE **********
   up     20160810142633  ********** NO FILE **********
   up     20160810153405  ********** NO FILE **********
   up     20160811172945  ********** NO FILE **********
   up     20160812054342  ********** NO FILE **********
   up     20160816161312  ********** NO FILE **********
   up     20160817133006  ********** NO FILE **********
   up     20160817154936  ********** NO FILE **********
   up     20160818205718  ********** NO FILE **********
   up     20160819221631  ********** NO FILE **********
   up     20160819221833  ********** NO FILE **********
   up     20160819232256  ********** NO FILE **********
   up     20160823081327  ********** NO FILE **********
   up     20160823083941  ********** NO FILE **********
   up     20160823213309  ********** NO FILE **********
   up     20160824103857  ********** NO FILE **********
   up     20160824121037  ********** NO FILE **********
   up     20160824124900  ********** NO FILE **********
   up     20160825052008  ********** NO FILE **********
   up     20160827011312  ********** NO FILE **********
   up     20160829104026  ********** NO FILE **********
   up     20160829114652  ********** NO FILE **********
   up     20160830203109  ********** NO FILE **********
   up     20160830211132  ********** NO FILE **********
   up     20160830232601  ********** NO FILE **********
   up     20160831214002  ********** NO FILE **********
   up     20160831214543  ********** NO FILE **********
   up     20160831223750  ********** NO FILE **********
   up     20160831231325  ********** NO FILE **********
   up     20160901141443  ********** NO FILE **********
   up     20160901213340  ********** NO FILE **********
   up     20160902122721  ********** NO FILE **********
   up     20160906143504  ********** NO FILE **********
   up     20160907131111  ********** NO FILE **********
   up     20160913162434  ********** NO FILE **********
   up     20160913172608  ********** NO FILE **********
   up     20160913172737  ********** NO FILE **********
   up     20160913212128  ********** NO FILE **********
   up     20160914131004  ********** NO FILE **********
   up     20160915042921  ********** NO FILE **********
   up     20160915201649  ********** NO FILE **********
   up     20160916101334  ********** NO FILE **********
   up     20160919144305  ********** NO FILE **********
   up     20160919145149  ********** NO FILE **********
   up     20160920160832  ********** NO FILE **********
   up     20160926145521  ********** NO FILE **********
   up     20161005144359  ********** NO FILE **********
   up     20161006104309  ********** NO FILE **********
   up     20161007073613  ********** NO FILE **********
   up     20161007133303  ********** NO FILE **********
   up     20161010142410  ********** NO FILE **********
   up     20161011222551  ********** NO FILE **********
   up     20161012180455  ********** NO FILE **********
   up     20161014173530  ********** NO FILE **********
   up     20161017091941  ********** NO FILE **********
   up     20161017095000  ********** NO FILE **********
   up     20161017125927  ********** NO FILE **********
   up     20161018024215  ********** NO FILE **********
   up     20161018024550  ********** NO FILE **********
   up     20161018124658  ********** NO FILE **********
   up     20161019190736  ********** NO FILE **********
   up     20161019213545  ********** NO FILE **********
   up     20161020075734  ********** NO FILE **********
   up     20161020075830  ********** NO FILE **********
   up     20161020083353  ********** NO FILE **********
   up     20161020180657  ********** NO FILE **********
   up     20161021114307  ********** NO FILE **********
   up     20161021185735  ********** NO FILE **********
   up     20161024042317  ********** NO FILE **********
   up     20161025231710  ********** NO FILE **********
   up     20161030005533  ********** NO FILE **********
   up     20161030020610  ********** NO FILE **********
   up     20161031155516  ********** NO FILE **********
   up     20161031171301  ********** NO FILE **********
   up     20161031174110  ********** NO FILE **********
   up     20161031181638  ********** NO FILE **********
   up     20161103171205  ********** NO FILE **********
   up     20161103191444  ********** NO FILE **********
   up     20161106185620  ********** NO FILE **********
   up     20161109150329  ********** NO FILE **********
   up     20161113184239  ********** NO FILE **********
   up     20161114024742  ********** NO FILE **********
   up     20161115173905  ********** NO FILE **********
   up     20161117114805  ********** NO FILE **********
   up     20161118183841  ********** NO FILE **********
   up     20161124111390  ********** NO FILE **********
   up     20161124111395  ********** NO FILE **********
   up     20161124111402  ********** NO FILE **********
   up     20161124141322  ********** NO FILE **********
   up     20161128095517  ********** NO FILE **********
   up     20161128142110  ********** NO FILE **********
   up     20161128161412  ********** NO FILE **********
   up     20161128170531  ********** NO FILE **********
   up     20161130095245  ********** NO FILE **********
   up     20161130101252  ********** NO FILE **********
   up     20161201001911  ********** NO FILE **********
   up     20161201155511  ********** NO FILE **********
   up     20161201160452  ********** NO FILE **********
   up     20161202152031  ********** NO FILE **********
   up     20161202152035  ********** NO FILE **********
   up     20161206003819  ********** NO FILE **********
   up     20161206153749  ********** NO FILE **********
   up     20161206153751  ********** NO FILE **********
   up     20161206153753  ********** NO FILE **********
   up     20161206153754  ********** NO FILE **********
   up     20161207231620  ********** NO FILE **********
   up     20161207231621  ********** NO FILE **********
   up     20161207231626  ********** NO FILE **********
   up     20161209153400  ********** NO FILE **********
   up     20161209165216  ********** NO FILE **********
   up     20161212142807  ********** NO FILE **********
   up     20161213172958  ********** NO FILE **********
   up     20161220141214  ********** NO FILE **********
   up     20161221140236  ********** NO FILE **********
   up     20161221152132  ********** NO FILE **********
   up     20161221153951  ********** NO FILE **********
   up     20161223034433  ********** NO FILE **********
   up     20161223034646  ********** NO FILE **********
   up     20161226122833  ********** NO FILE **********
   up     20161227192806  ********** NO FILE **********
   up     20161228124936  ********** NO FILE **********
   up     20161228135550  ********** NO FILE **********
   up     20161230123835  ********** NO FILE **********
   up     20170104150317  ********** NO FILE **********
   up     20170106142508  ********** NO FILE **********
   up     20170106172224  ********** NO FILE **********
   up     20170106172234  ********** NO FILE **********
   up     20170106172235  ********** NO FILE **********
   up     20170106172236  ********** NO FILE **********
   up     20170106172237  ********** NO FILE **********
   up     20170118194941  ********** NO FILE **********
   up     20170118200338  ********** NO FILE **********
   up     20170118200412  ********** NO FILE **********
   up     20170120123345  ********** NO FILE **********
   up     20170120131253  ********** NO FILE **********
   up     20170121123724  ********** NO FILE **********
   up     20170121130655  ********** NO FILE **********
   up     20170124174637  ********** NO FILE **********
   up     20170124193147  ********** NO FILE **********
   up     20170124193205  ********** NO FILE **********
   up     20170126174819  ********** NO FILE **********
   up     20170127032550  ********** NO FILE **********
   up     20170130113559  ********** NO FILE **********
   up     20170130204620  ********** NO FILE **********
   up     20170130221926  ********** NO FILE **********
   up     20170131214021  ********** NO FILE **********
   up     20170131221752  ********** NO FILE **********
   up     20170202114129  ********** NO FILE **********
   up     20170204172458  ********** NO FILE **********
   up     20170204181513  ********** NO FILE **********
   up     20170206040400  ********** NO FILE **********
   up     20170206071414  ********** NO FILE **********
   up     20170206101007  ********** NO FILE **********
   up     20170206101030  ********** NO FILE **********
   up     20170206115204  ********** NO FILE **********
   up     20170207150212  ********** NO FILE **********
   up     20170208144550  ********** NO FILE **********
   up     20170209140523  ********** NO FILE **********
   up     20170210062829  ********** NO FILE **********
   up     20170210075922  ********** NO FILE **********
   up     20170210103609  ********** NO FILE **********
   up     20170210131347  ********** NO FILE **********
   up     20170210144005  ********** NO FILE **********
   up     20170211073944  ********** NO FILE **********
   up     20170214084746  ********** NO FILE **********
   up     20170214111112  ********** NO FILE **********
   up     20170215151539  ********** NO FILE **********
   up     20170215151540  ********** NO FILE **********
   up     20170215151541  ********** NO FILE **********
   up     20170215200045  ********** NO FILE **********
   up     20170216000450  ********** NO FILE **********
   up     20170216135621  ********** NO FILE **********
   up     20170216141440  ********** NO FILE **********
   up     20170217132157  ********** NO FILE **********
   up     20170217151947  ********** NO FILE **********
   up     20170217151948  ********** NO FILE **********
   up     20170217151949  ********** NO FILE **********
   up     20170222111732  ********** NO FILE **********
   up     20170222143317  ********** NO FILE **********
   up     20170222143500  ********** NO FILE **********
   up     20170222143603  ********** NO FILE **********
   up     20170224075132  ********** NO FILE **********
   up     20170301101006  ********** NO FILE **********
   up     20170301125302  ********** NO FILE **********
   up     20170301195939  ********** NO FILE **********
   up     20170301205639  ********** NO FILE **********
   up     20170301205640  ********** NO FILE **********
   up     20170305180853  ********** NO FILE **********
   up     20170305203726  ********** NO FILE **********
   up     20170306170512  ********** NO FILE **********
   up     20170306180725  ********** NO FILE **********
   up     20170307125949  ********** NO FILE **********
   up     20170308015651  ********** NO FILE **********
   up     20170309171644  ********** NO FILE **********
   up     20170309173138  ********** NO FILE **********
   up     20170312114329  ********** NO FILE **********
   up     20170312114529  ********** NO FILE **********
   up     20170313133418  ********** NO FILE **********
   up     20170313213916  ********** NO FILE **********
   up     20170314082049  ********** NO FILE **********
   up     20170315174634  ********** NO FILE **********
   up     20170315194013  ********** NO FILE **********
   up     20170316061730  ********** NO FILE **********
   up     20170316163800  ********** NO FILE **********
   up     20170316163845  ********** NO FILE **********
   up     20170317162059  ********** NO FILE **********
   up     20170317203554  ********** NO FILE **********
   up     20170320173259  ********** NO FILE **********
   up     20170322013926  ********** NO FILE **********
   up     20170324160416  ********** NO FILE **********
   up     20170327091750  ********** NO FILE **********
   up     20170328010804  ********** NO FILE **********
   up     20170329095325  ********** NO FILE **********
   up     20170329095907  ********** NO FILE **********
   up     20170329124448  ********** NO FILE **********
   up     20170330141723  ********** NO FILE **********
   up     20170402231018  ********** NO FILE **********
   up     20170403141442  ********** NO FILE **********
   up     20170404163427  ********** NO FILE **********
   up     20170404170532  ********** NO FILE **********
   up     20170404223037  ********** NO FILE **********
   up     20170405080720  ********** NO FILE **********
   up     20170406111121  ********** NO FILE **********
   up     20170406114958  ********** NO FILE **********
   up     20170406115029  ********** NO FILE **********
   up     20170406142253  ********** NO FILE **********
   up     20170407114956  ********** NO FILE **********
   up     20170407122426  ********** NO FILE **********
   up     20170407135259  ********** NO FILE **********
   up     20170407140450  ********** NO FILE **********
   up     20170408033905  ********** NO FILE **********
   up     20170410133135  ********** NO FILE **********
   up     20170412174900  ********** NO FILE **********
   up     20170413035209  ********** NO FILE **********
   up     20170418103908  ********** NO FILE **********
   up     20170419001229  ********** NO FILE **********
   up     20170419065104  ********** NO FILE **********
   up     20170420200123  ********** NO FILE **********
   up     20170421102337  ********** NO FILE **********
   up     20170421113144  ********** NO FILE **********
   up     20170423064036  ********** NO FILE **********
   up     20170424095707  ********** NO FILE **********
   up     20170424142900  ********** NO FILE **********
   up     20170425112128  ********** NO FILE **********
   up     20170425112628  ********** NO FILE **********
   up     20170425114731  ********** NO FILE **********
   up     20170425121605  ********** NO FILE **********
   up     20170425130047  ********** NO FILE **********
   up     20170426175636  ********** NO FILE **********
   up     20170426181740  ********** NO FILE **********
   up     20170427103502  ********** NO FILE **********
   up     20170427111108  ********** NO FILE **********
   up     20170427180205  ********** NO FILE **********
   up     20170427215854  ********** NO FILE **********
   up     20170428064307  ********** NO FILE **********
   up     20170502065653  ********** NO FILE **********
   up     20170502070007  ********** NO FILE **********
   up     20170502091007  ********** NO FILE **********
   up     20170502101023  ********** NO FILE **********
   up     20170502135553  ********** NO FILE **********
   up     20170502140503  ********** NO FILE **********
   up     20170503004125  ********** NO FILE **********
   up     20170503004425  ********** NO FILE **********
   up     20170503004426  ********** NO FILE **********
   up     20170503004427  ********** NO FILE **********
   up     20170503021915  ********** NO FILE **********
   up     20170503022548  ********** NO FILE **********
   up     20170503023315  ********** NO FILE **********
   up     20170503114228  ********** NO FILE **********
   up     20170503120310  ********** NO FILE **********
   up     20170503140201  ********** NO FILE **********
   up     20170503140202  ********** NO FILE **********
   up     20170503184421  ********** NO FILE **********
   up     20170503185032  ********** NO FILE **********
   up     20170504102911  ********** NO FILE **********
   up     20170504182103  ********** NO FILE **********
   up     20170505133904  ********** NO FILE **********
   up     20170506085040  ********** NO FILE **********
   up     20170506091344  ********** NO FILE **********
   up     20170506185517  ********** NO FILE **********
   up     20170507205316  ********** NO FILE **********
   up     20170508153950  ********** NO FILE **********
   up     20170508170547  ********** NO FILE **********
   up     20170508190732  ********** NO FILE **********
   up     20170509153720  ********** NO FILE **********
   up     20170510101016  ********** NO FILE **********
   up     20170510101043  ********** NO FILE **********
   up     20170511082759  ********** NO FILE **********
   up     20170511083824  ********** NO FILE **********
   up     20170511100900  ********** NO FILE **********
   up     20170511101000  ********** NO FILE **********
   up     20170512131952  ********** NO FILE **********
   up     20170512173638  ********** NO FILE **********
   up     20170513005817  ********** NO FILE **********
   up     20170515093334  ********** NO FILE **********
   up     20170516153305  ********** NO FILE **********
   up     20170516165238  ********** NO FILE **********
   up     20170516181025  ********** NO FILE **********
   up     20170516183131  ********** NO FILE **********
   up     20170517162048  ********** NO FILE **********
   up     20170518200835  ********** NO FILE **********
   up     20170518231126  ********** NO FILE **********
   up     20170519102115  ********** NO FILE **********
   up     20170521184006  ********** NO FILE **********
   up     20170522194603  ********** NO FILE **********
   up     20170522201800  ********** NO FILE **********
   up     20170523073948  ********** NO FILE **********
   up     20170523083112  ********** NO FILE **********
   up     20170523091700  ********** NO FILE **********
   up     20170523121229  ********** NO FILE **********
   up     20170524125940  ********** NO FILE **********
   up     20170524161101  ********** NO FILE **********
   up     20170525130346  ********** NO FILE **********
   up     20170525130758  ********** NO FILE **********
   up     20170525132202  ********** NO FILE **********
   up     20170525140254  ********** NO FILE **********
   up     20170525174156  ********** NO FILE **********
   up     20170525174157  ********** NO FILE **********
   up     20170525174158  ********** NO FILE **********
   up     20170525174159  ********** NO FILE **********
   up     20170526185602  ********** NO FILE **********
   up     20170526185842  ********** NO FILE **********
   up     20170526185858  ********** NO FILE **********
   up     20170526185901  ********** NO FILE **********
   up     20170526185921  ********** NO FILE **********
   up     20170526190000  ********** NO FILE **********
   up     20170530111134  ********** NO FILE **********
   up     20170530130129  ********** NO FILE **********
   up     20170531180233  ********** NO FILE **********
   up     20170531202042  ********** NO FILE **********
   up     20170531203055  ********** NO FILE **********
   up     20170601163708  ********** NO FILE **********
   up     20170602003304  ********** NO FILE **********
   up     20170602154736  ********** NO FILE **********
   up     20170602154813  ********** NO FILE **********
   up     20170603200744  ********** NO FILE **********
   up     20170605151307  ********** NO FILE **********
   up     20170606154216  ********** NO FILE **********
   up     20170606202615  ********** NO FILE **********
   up     20170607121233  ********** NO FILE **********
   up     20170608152747  ********** NO FILE **********
   up     20170608152748  ********** NO FILE **********
   up     20170608171156  ********** NO FILE **********
   up     20170609183112  ********** NO FILE **********
   up     20170612071012  ********** NO FILE **********
   up     20170613111224  ********** NO FILE **********
   up     20170613154149  ********** NO FILE **********
   up     20170614053336  ********** NO FILE **********
   up     20170614061551  ********** NO FILE **********
   up     20170614115405  ********** NO FILE **********
   up     20170616133147  ********** NO FILE **********
   up     20170619144837  ********** NO FILE **********
   up     20170620063751  ********** NO FILE **********
   up     20170620064728  ********** NO FILE **********
   up     20170620065449  ********** NO FILE **********
   up     20170620143011  ********** NO FILE **********
   up     20170621102400  ********** NO FILE **********
   up     20170622124246  ********** NO FILE **********
   up     20170622130029  ********** NO FILE **********
   up     20170622131529  ********** NO FILE **********
   up     20170622132212  ********** NO FILE **********
   up     20170622135451  ********** NO FILE **********
   up     20170622135628  ********** NO FILE **********
   up     20170622135728  ********** NO FILE **********
   up     20170622162730  ********** NO FILE **********
   up     20170623080805  ********** NO FILE **********
   up     20170623195236  ********** NO FILE **********
   up     20170623202610  ********** NO FILE **********
   up     20170625171421  ********** NO FILE **********
   up     20170626202753  ********** NO FILE **********
   up     20170627101016  ********** NO FILE **********
   up     20170627211700  ********** NO FILE **********
   up     20170628080858  ********** NO FILE **********
   up     20170629171610  ********** NO FILE **********
   up     20170629180131  ********** NO FILE **********
   up     20170703102400  ********** NO FILE **********
   up     20170703130158  ********** NO FILE **********
   up     20170706121518  ********** NO FILE **********
   up     20170706151212  ********** NO FILE **********
   up     20170707183807  ********** NO FILE **********
   up     20170707184243  ********** NO FILE **********
   up     20170707184244  ********** NO FILE **********
   up     20170710083355  ********** NO FILE **********
   up     20170711145320  ********** NO FILE **********
   up     20170711145558  ********** NO FILE **********
   up     20170713104829  ********** NO FILE **********
   up     20170717074009  ********** NO FILE **********
   up     20170717111152  ********** NO FILE **********
   up     20170717150329  ********** NO FILE **********
   up     20170717200542  ********** NO FILE **********
   up     20170717213940  ********** NO FILE **********
   up     20170718185922  ********** NO FILE **********
   up     20170718190627  ********** NO FILE **********
   up     20170719150301  ********** NO FILE **********
   up     20170719182937  ********** NO FILE **********
   up     20170720111708  ********** NO FILE **********
   up     20170720122741  ********** NO FILE **********
   up     20170720130522  ********** NO FILE **********
   up     20170720130749  ********** NO FILE **********
   up     20170724214302  ********** NO FILE **********
   up     20170725145659  ********** NO FILE **********
   up     20170726111039  ********** NO FILE **********
   up     20170727123534  ********** NO FILE **********
   up     20170728101014  ********** NO FILE **********
   up     20170731175128  ********** NO FILE **********
   up     20170731183033  ********** NO FILE **********
   up     20170801200418  ********** NO FILE **********
   up     20170801201439  ********** NO FILE **********
   up     20170802013652  ********** NO FILE **********
   up     20170803090603  ********** NO FILE **********
   up     20170803130232  ********** NO FILE **********
   up     20170807071105  ********** NO FILE **********
   up     20170807160457  ********** NO FILE **********
   up     20170807190736  ********** NO FILE **********
   up     20170808005254  ********** NO FILE **********
   up     20170808155717  ********** NO FILE **********
   up     20170808155912  ********** NO FILE **********
   up     20170808163512  ********** NO FILE **********
   up     20170809133343  ********** NO FILE **********
   up     20170809134534  ********** NO FILE **********
   up     20170809142252  ********** NO FILE **********
   up     20170809161910  ********** NO FILE **********
   up     20170811082658  ********** NO FILE **********
   up     20170811203342  ********** NO FILE **********
   up     20170815060945  ********** NO FILE **********
   up     20170815221154  ********** NO FILE **********
   up     20170816102555  ********** NO FILE **********
   up     20170816133938  ********** NO FILE **********
   up     20170816133940  ********** NO FILE **********
   up     20170816143940  ********** NO FILE **********
   up     20170816153940  ********** NO FILE **********
   up     20170816234252  ********** NO FILE **********
   up     20170817123339  ********** NO FILE **********
   up     20170818174141  ********** NO FILE **********
   up     20170820100558  ********** NO FILE **********
   up     20170820120108  ********** NO FILE **********
   up     20170822101017  ********** NO FILE **********
   up     20170824101926  ********** NO FILE **********
   up     20170824162758  ********** NO FILE **********
   up     20170825015534  ********** NO FILE **********
   up     20170825104051  ********** NO FILE **********
   up     20170825154015  ********** NO FILE **********
   up     20170827123848  ********** NO FILE **********
   up     20170828093725  ********** NO FILE **********
   up     20170828135939  ********** NO FILE **********
   up     20170828170502  ********** NO FILE **********
   up     20170828170513  ********** NO FILE **********
   up     20170828170516  ********** NO FILE **********
   up     20170830084744  ********** NO FILE **********
   up     20170830125940  ********** NO FILE **********
   up     20170830130119  ********** NO FILE **********
   up     20170830131015  ********** NO FILE **********
   up     20170830150306  ********** NO FILE **********
   up     20170831092813  ********** NO FILE **********
   up     20170831195038  ********** NO FILE **********
   up     20170901071411  ********** NO FILE **********
   up     20170901133132  ********** NO FILE **********
   up     20170904092148  ********** NO FILE **********
   up     20170905112933  ********** NO FILE **********
   up     20170905201347  ********** NO FILE **********
   up     20170905202320  ********** NO FILE **********
   up     20170906133745  ********** NO FILE **********
   up     20170906160132  ********** NO FILE **********
   up     20170907170235  ********** NO FILE **********
   up     20170909090114  ********** NO FILE **********
   up     20170909150936  ********** NO FILE **********
   up     20170910051507  ********** NO FILE **********
   up     20170911133813  ********** NO FILE **********
   up     20170911134018  ********** NO FILE **********
   up     20170912113435  ********** NO FILE **********
   up     20170913131410  ********** NO FILE **********
   up     20170913180600  ********** NO FILE **********
   up     20170914012544  ********** NO FILE **********
   up     20170914135630  ********** NO FILE **********
   up     20170918072948  ********** NO FILE **********
   up     20170918072949  ********** NO FILE **********
   up     20170918111708  ********** NO FILE **********
   up     20170918140927  ********** NO FILE **********
   up     20170918222253  ********** NO FILE **********
   up     20170918223303  ********** NO FILE **********
   up     20170919211300  ********** NO FILE **********
   up     20170920091408  ********** NO FILE **********
   up     20170921101004  ********** NO FILE **********
   up     20170921115009  ********** NO FILE **********
   up     20170924094327  ********** NO FILE **********
   up     20170925184228  ********** NO FILE **********
   up     20170926150348  ********** NO FILE **********
   up     20170926200545  ********** NO FILE **********
   up     20170926203418  ********** NO FILE **********
   up     20170927095921  ********** NO FILE **********
   up     20170927112318  ********** NO FILE **********
   up     20170927112319  ********** NO FILE **********
   up     20170927122209  ********** NO FILE **********
   up     20170927161718  ********** NO FILE **********
   up     20170928081016  ********** NO FILE **********
   up     20170928100231  ********** NO FILE **********
   up     20170928124105  ********** NO FILE **********
   up     20170928133643  ********** NO FILE **********
   up     20170929080234  ********** NO FILE **********
   up     20170929131201  ********** NO FILE **********
   up     20171002105019  ********** NO FILE **********
   up     20171004121444  ********** NO FILE **********
   up     20171005130944  ********** NO FILE **********
   up     20171006090001  ********** NO FILE **********
   up     20171006090010  ********** NO FILE **********
   up     20171006090100  ********** NO FILE **********
   up     20171006091000  ********** NO FILE **********
   up     20171006201108  ********** NO FILE **********
   up     20171006220837  ********** NO FILE **********
   up     20171010095526  ********** NO FILE **********
   up     20171010140746  ********** NO FILE **********
   up     20171012070521  ********** NO FILE **********
   up     20171012101043  ********** NO FILE **********
   up     20171012125712  ********** NO FILE **********
   up     20171012150314  ********** NO FILE **********
   up     20171013094327  ********** NO FILE **********
   up     20171013104327  ********** NO FILE **********
   up     20171013192542  ********** NO FILE **********
   up     20171017125928  ********** NO FILE **********
   up     20171017130239  ********** NO FILE **********
   up     20171017145932  ********** NO FILE **********
   up     20171019141859  ********** NO FILE **********
   up     20171025110159  ********** NO FILE **********
   up     20171026082505  ********** NO FILE **********
   up     20171031055422  ********** NO FILE **********
   up     20171031100710  ********** NO FILE **********
   up     20171101130535  ********** NO FILE **********
   up     20171101134435  ********** NO FILE **********
   up     20171103000000  ********** NO FILE **********
   up     20171103140253  ********** NO FILE **********
   up     20171103152048  ********** NO FILE **********
   up     20171106101200  ********** NO FILE **********
   up     20171106132212  ********** NO FILE **********
   up     20171106133143  ********** NO FILE **********
   up     20171106133144  ********** NO FILE **********
   up     20171106133911  ********** NO FILE **********
   up     20171106135924  ********** NO FILE **********
   up     20171106150657  ********** NO FILE **********
   up     20171106151218  ********** NO FILE **********
   up     20171106154015  ********** NO FILE **********
   up     20171106155656  ********** NO FILE **********
   up     20171106171453  ********** NO FILE **********
   up     20171106180641  ********** NO FILE **********
   up     20171107090120  ********** NO FILE **********
   up     20171107130813  ********** NO FILE **********
   up     20171107144122  ********** NO FILE **********
   up     20171107144726  ********** NO FILE **********
   up     20171109115718  ********** NO FILE **********
   up     20171110152729  ********** NO FILE **********
   up     20171114104051  ********** NO FILE **********
   up     20171114150259  ********** NO FILE **********
   up     20171114160005  ********** NO FILE **********
   up     20171114160904  ********** NO FILE **********
   up     20171114161720  ********** NO FILE **********
   up     20171114161914  ********** NO FILE **********
   up     20171114162227  ********** NO FILE **********
   up     20171115164540  ********** NO FILE **********
   up     20171116135628  ********** NO FILE **********
   up     20171120143816  ********** NO FILE **********
   up     20171120145444  ********** NO FILE **********
   up     20171121135738  ********** NO FILE **********
   up     20171121144800  ********** NO FILE **********
   up     20171121160421  ********** NO FILE **********
   up     20171122131600  ********** NO FILE **********
   up     20171123094802  ********** NO FILE **********
   up     20171123101020  ********** NO FILE **********
   up     20171123101046  ********** NO FILE **********
   up     20171124070437  ********** NO FILE **********
   up     20171124095655  ********** NO FILE **********
   up     20171124100152  ********** NO FILE **********
   up     20171124104327  ********** NO FILE **********
   up     20171124125042  ********** NO FILE **********
   up     20171124125748  ********** NO FILE **********
   up     20171124132536  ********** NO FILE **********
   up     20171124150326  ********** NO FILE **********
   up     20171124164248  ********** NO FILE **********
   up     20171124164249  ********** NO FILE **********
   up     20171124165823  ********** NO FILE **********
   up     20171124182517  ********** NO FILE **********
   up     20171127151038  ********** NO FILE **********
   up     20171128214150  ********** NO FILE **********
   up     20171129150921  ********** NO FILE **********
   up     20171129152659  ********** NO FILE **********
   up     20171130151759  ********** NO FILE **********
   up     20171130152602  ********** NO FILE **********
   up     20171201140229  ********** NO FILE **********
   up     20171204112945  ********** NO FILE **********
   up     20171204204233  ********** NO FILE **********
   up     20171205190711  ********** NO FILE **********
   up     20171206221519  ********** NO FILE **********
   up     20171207105719  ********** NO FILE **********
   up     20171207150300  ********** NO FILE **********
   up     20171207150343  ********** NO FILE **********
   up     20171207150344  ********** NO FILE **********
   up     20171207185153  ********** NO FILE **********
   up     20171211131502  ********** NO FILE **********
   up     20171211145425  ********** NO FILE **********
   up     20171212203433  ********** NO FILE **********
   up     20171213160445  ********** NO FILE **********
   up     20171214115254  ********** NO FILE **********
   up     20171214144320  ********** NO FILE **********
   up     20171215113714  ********** NO FILE **********
   up     20171215121205  ********** NO FILE **********
   up     20171215121259  ********** NO FILE **********
   up     20171216111734  ********** NO FILE **********
   up     20171216112339  ********** NO FILE **********
   up     20171218140451  ********** NO FILE **********
   up     20171219121201  ********** NO FILE **********
   up     20171220191323  ********** NO FILE **********
   up     20171221140220  ********** NO FILE **********
   up     20171222115326  ********** NO FILE **********
   up     20171222151344  ********** NO FILE **********
   up     20171222183504  ********** NO FILE **********
   up     20171229225929  ********** NO FILE **********
   up     20171230123729  ********** NO FILE **********
   up     20180101160629  ********** NO FILE **********
   up     20180101160630  ********** NO FILE **********
   up     20180102220145  ********** NO FILE **********
   up     20180103123548  ********** NO FILE **********
   up     20180103234731  ********** NO FILE **********
   up     20180104001824  ********** NO FILE **********
   up     20180104131052  ********** NO FILE **********
   up     20180105212544  ********** NO FILE **********
   up     20180105233807  ********** NO FILE **********
   up     20180109150457  ********** NO FILE **********
   up     20180109183319  ********** NO FILE **********
   up     20180113220114  ********** NO FILE **********
   up     20180115013218  ********** NO FILE **********
   up     20180115094742  ********** NO FILE **********
   up     20180115113902  ********** NO FILE **********
   up     20180115201419  ********** NO FILE **********
   up     20180116193854  ********** NO FILE **********
   up     20180119121225  ********** NO FILE **********
   up     20180119135717  ********** NO FILE **********
   up     20180119160751  ********** NO FILE **********
   up     20180122154930  ********** NO FILE **********
   up     20180122162010  ********** NO FILE **********
   up     20180125214301  ********** NO FILE **********
   up     20180126165535  ********** NO FILE **********
   up     20180129193323  ********** NO FILE **********
   up     20180131104538  ********** NO FILE **********
   up     20180201101405  ********** NO FILE **********
   up     20180201102129  ********** NO FILE **********
   up     20180201110056  ********** NO FILE **********
   up     20180201145907  ********** NO FILE **********
   up     20180201192230  ********** NO FILE **********
   up     20180202111106  ********** NO FILE **********
   up     20180204200836  ********** NO FILE **********
   up     20180206184810  ********** NO FILE **********
   up     20180206200543  ********** NO FILE **********
   up     20180208183958  ********** NO FILE **********
   up     20180209115333  ********** NO FILE **********
   up     20180209165249  ********** NO FILE **********
   up     20180212030105  ********** NO FILE **********
   up     20180212101828  ********** NO FILE **********
   up     20180212101928  ********** NO FILE **********
   up     20180212102028  ********** NO FILE **********
   up     20180213131630  ********** NO FILE **********
   up     20180214093516  ********** NO FILE **********
   up     20180214155405  ********** NO FILE **********
   up     20180215143644  ********** NO FILE **********
   up     20180215181245  ********** NO FILE **********
   up     20180216120000  ********** NO FILE **********
   up     20180216120010  ********** NO FILE **********
   up     20180216120020  ********** NO FILE **********
   up     20180216120030  ********** NO FILE **********
   up     20180216120040  ********** NO FILE **********
   up     20180216120050  ********** NO FILE **********
   up     20180216121020  ********** NO FILE **********
   up     20180216121030  ********** NO FILE **********
   up     20180219153455  ********** NO FILE **********
   up     20180220150310  ********** NO FILE **********
   up     20180221151752  ********** NO FILE **********
   up     20180222043024  ********** NO FILE **********
   up     20180223120443  ********** NO FILE **********
   up     20180223124427  ********** NO FILE **********
   up     20180223144945  ********** NO FILE **********
   up     20180225180932  ********** NO FILE **********
   up     20180226050030  ********** NO FILE **********
   up     20180227182112  ********** NO FILE **********
   up     20180228172924  ********** NO FILE **********
   up     20180301010859  ********** NO FILE **********
   up     20180301084653  ********** NO FILE **********
   up     20180302152117  ********** NO FILE **********
   up     20180302230551  ********** NO FILE **********
   up     20180305095250  ********** NO FILE **********
   up     20180305100050  ********** NO FILE **********
   up     20180305144721  ********** NO FILE **********
   up     20180306074045  ********** NO FILE **********
   up     20180306134842  ********** NO FILE **********
   up     20180306164012  ********** NO FILE **********
   up     20180307012445  ********** NO FILE **********
   up     20180307164427  ********** NO FILE **********
   up     20180308052825  ********** NO FILE **********
   up     20180308125206  ********** NO FILE **********
   up     20180308234102  ********** NO FILE **********
   up     20180309121820  ********** NO FILE **********
   up     20180309160427  ********** NO FILE **********
   up     20180309215236  ********** NO FILE **********
   up     20180314100728  ********** NO FILE **********
   up     20180314145917  ********** NO FILE **********
   up     20180314172513  ********** NO FILE **********
   up     20180314174825  ********** NO FILE **********
   up     20180315160435  ********** NO FILE **********
   up     20180317020334  ********** NO FILE **********
   up     20180319190020  ********** NO FILE **********
   up     20180320142552  ********** NO FILE **********
   up     20180320182229  ********** NO FILE **********
   up     20180323150945  ********** NO FILE **********
   up     20180325034910  ********** NO FILE **********
   up     20180326202229  ********** NO FILE **********
   up     20180327101207  ********** NO FILE **********
   up     20180329230151  ********** NO FILE **********
   up     20180330121048  ********** NO FILE **********
   up     20180401213713  ********** NO FILE **********
   up     20180403035759  ********** NO FILE **********
   up     20180405101928  ********** NO FILE **********
   up     20180405142733  ********** NO FILE **********
   up     20180406204716  ********** NO FILE **********
   up     20180408143354  ********** NO FILE **********
   up     20180408143355  ********** NO FILE **********
   up     20180409170809  ********** NO FILE **********
   up     20180413022611  ********** NO FILE **********
   up     20180416112831  ********** NO FILE **********
   up     20180416155103  ********** NO FILE **********
   up     20180416205949  ********** NO FILE **********
   up     20180417090132  ********** NO FILE **********
   up     20180417101040  ********** NO FILE **********
   up     20180417101940  ********** NO FILE **********
   up     20180417102933  ********** NO FILE **********
   up     20180418053107  ********** NO FILE **********
   up     20180419031622  ********** NO FILE **********
   up     20180419171038  ********** NO FILE **********
   up     20180420010016  ********** NO FILE **********
   up     20180420010616  ********** NO FILE **********
   up     20180420080616  ********** NO FILE **********
   up     20180423165301  ********** NO FILE **********
   up     20180423204600  ********** NO FILE **********
   up     20180424090541  ********** NO FILE **********
   up     20180424134533  ********** NO FILE **********
   up     20180424151928  ********** NO FILE **********
   up     20180424160449  ********** NO FILE **********
   up     20180425075446  ********** NO FILE **********
   up     20180425131009  ********** NO FILE **********
   up     20180425205249  ********** NO FILE **********
   up     20180426102016  ********** NO FILE **********
   up     20180430101916  ********** NO FILE **********
   up     20180430143705  ********** NO FILE **********
   up     20180502122856  ********** NO FILE **********
   up     20180502124117  ********** NO FILE **********
   up     20180502125859  ********** NO FILE **********
   up     20180502130136  ********** NO FILE **********
   up     20180502134117  ********** NO FILE **********
   up     20180503131624  ********** NO FILE **********
   up     20180503141722  ********** NO FILE **********
   up     20180503150427  ********** NO FILE **********
   up     20180503154922  ********** NO FILE **********
   up     20180503175053  ********** NO FILE **********
   up     20180503175054  ********** NO FILE **********
   up     20180503193542  ********** NO FILE **********
   up     20180503193953  ********** NO FILE **********
   up     20180503200320  ********** NO FILE **********
   up     20180504195842  ********** NO FILE **********
   up     20180507083701  ********** NO FILE **********
   up     20180508055821  ********** NO FILE **********
   up     20180508100222  ********** NO FILE **********
   up     20180508102840  ********** NO FILE **********
   up     20180508135515  ********** NO FILE **********
   up     20180509091305  ********** NO FILE **********
   up     20180511090724  ********** NO FILE **********
   up     20180511131058  ********** NO FILE **********
   up     20180511174224  ********** NO FILE **********
   up     20180512061621  ********** NO FILE **********
   up     20180514161336  ********** NO FILE **********
   up     20180515005612  ********** NO FILE **********
   up     20180515121227  ********** NO FILE **********
   up     20180517082340  ********** NO FILE **********
   up     20180520211048  ********** NO FILE **********
   up     20180521162137  ********** NO FILE **********
   up     20180521171529  ********** NO FILE **********
   up     20180523042841  ********** NO FILE **********
   up     20180523125103  ********** NO FILE **********
   up     20180524115107  ********** NO FILE **********
   up     20180524132016  ********** NO FILE **********
   up     20180529093006  ********** NO FILE **********
   up     20180529152628  ********** NO FILE **********
   up     20180530135500  ********** NO FILE **********
   up     20180531031410  ********** NO FILE **********
   up     20180531185349  ********** NO FILE **********
   up     20180531220618  ********** NO FILE **********
   up     20180531221734  ********** NO FILE **********
   up     20180601213245  ********** NO FILE **********
   up     20180603190921  ********** NO FILE **********
   up     20180604123514  ********** NO FILE **********
   up     20180605213516  ********** NO FILE **********
   up     20180607071808  ********** NO FILE **********
   up     20180607154422  ********** NO FILE **********
   up     20180607154516  ********** NO FILE **********
   up     20180607154645  ********** NO FILE **********
   up     20180608091413  ********** NO FILE **********
   up     20180608110058  ********** NO FILE **********
   up     20180608150653  ********** NO FILE **********
   up     20180608201435  ********** NO FILE **********
   up     20180612103626  ********** NO FILE **********
   up     20180612175636  ********** NO FILE **********
   up     20180613081317  ********** NO FILE **********
   up     20180615152524  ********** NO FILE **********
   up     20180618193715  ********** NO FILE **********
   up     20180619121030  ********** NO FILE **********
   up     20180621100024  ********** NO FILE **********
   up     20180621100025  ********** NO FILE **********
   up     20180623053658  ********** NO FILE **********
   up     20180625113853  ********** NO FILE **********
   up     20180626125654  ********** NO FILE **********
   up     20180626171125  ********** NO FILE **********
   up     20180628124813  ********** NO FILE **********
   up     20180629153018  ********** NO FILE **********
   up     20180629191052  ********** NO FILE **********
   up     20180702114215  ********** NO FILE **********
   up     20180702120647  ********** NO FILE **********
   up     20180702124358  ********** NO FILE **********
   up     20180702134423  ********** NO FILE **********
   up     20180702181530  ********** NO FILE **********
   up     20180704145007  ********** NO FILE **********
   up     20180704204006  ********** NO FILE **********
   up     20180705160945  ********** NO FILE **********
   up     20180706223200  ********** NO FILE **********
   up     20180709153607  ********** NO FILE **********
   up     20180709183353  ********** NO FILE **********
   up     20180709184533  ********** NO FILE **********
   up     20180710162338  ********** NO FILE **********
   up     20180711014025  ********** NO FILE **********
   up     20180711014026  ********** NO FILE **********
   up     20180711103851  ********** NO FILE **********
   up     20180711103922  ********** NO FILE **********
   up     20180713092803  ********** NO FILE **********
   up     20180713171825  ********** NO FILE **********
   up     20180717125853  ********** NO FILE **********
   up     20180718005113  ********** NO FILE **********
   up     20180718100455  ********** NO FILE **********
   up     20180719161844  ********** NO FILE **********
   up     20180720023512  ********** NO FILE **********
   up     20180720082636  ********** NO FILE **********
   up     20180720120716  ********** NO FILE **********
   up     20180720120726  ********** NO FILE **********
   up     20180720121404  ********** NO FILE **********
   up     20180722103201  ********** NO FILE **********
   up     20180723023517  ********** NO FILE **********
   up     20180723081631  ********** NO FILE **********
   up     20180723130817  ********** NO FILE **********
   up     20180723134433  ********** NO FILE **********
   up     20180723135214  ********** NO FILE **********
   up     20180724161450  ********** NO FILE **********
   up     20180726172057  ********** NO FILE **********
   up     20180803001726  ********** NO FILE **********
   up     20180803041220  ********** NO FILE **********
   up     20180806145747  ********** NO FILE **********
   up     20180807153545  ********** NO FILE **********
   up     20180808162000  ********** NO FILE **********
   up     20180809195358  ********** NO FILE **********
   up     20180813101999  ********** NO FILE **********
   up     20180813102000  ********** NO FILE **********
   up     20180814153625  ********** NO FILE **********
   up     20180815040323  ********** NO FILE **********
   up     20180815043102  ********** NO FILE **********
   up     20180815160409  ********** NO FILE **********
   up     20180815170510  ********** NO FILE **********
   up     20180815175440  ********** NO FILE **********
   up     20180816161409  ********** NO FILE **********
   up     20180816193530  ********** NO FILE **********
   up     20180823132905  ********** NO FILE **********
   up     20180824202952  ********** NO FILE **********
   up     20180826111825  ********** NO FILE **********
   up     20180831134049  ********** NO FILE **********
   up     20180831152625  ********** NO FILE **********
   up     20180831164904  ********** NO FILE **********
   up     20180831164905  ********** NO FILE **********
   up     20180831164907  ********** NO FILE **********
   up     20180831164908  ********** NO FILE **********
   up     20180831164909  ********** NO FILE **********
   up     20180831164910  ********** NO FILE **********
   up     20180901171833  ********** NO FILE **********
   up     20180901200537  ********** NO FILE **********
   up     20180902070406  ********** NO FILE **********
   up     20180906051323  ********** NO FILE **********
   up     20180906101639  ********** NO FILE **********
   up     20180907015926  ********** NO FILE **********
   up     20180910104020  ********** NO FILE **********
   up     20180910105100  ********** NO FILE **********
   up     20180910115836  ********** NO FILE **********
   up     20180910153412  ********** NO FILE **********
   up     20180910153413  ********** NO FILE **********
   up     20180912111628  ********** NO FILE **********
   up     20180912113336  ********** NO FILE **********
   up     20180913051323  ********** NO FILE **********
   up     20180913142237  ********** NO FILE **********
   up     20180914162043  ********** NO FILE **********
   up     20180914195058  ********** NO FILE **********
   up     20180914201132  ********** NO FILE **********
   up     20180916011959  ********** NO FILE **********
   up     20180916014356  ********** NO FILE **********
   up     20180917145556  ********** NO FILE **********
   up     20180917171038  ********** NO FILE **********
   up     20180917171533  ********** NO FILE **********
   up     20180917171534  ********** NO FILE **********
   up     20180917171535  ********** NO FILE **********
   up     20180917172041  ********** NO FILE **********
   up     20180917213751  ********** NO FILE **********
   up     20180917214204  ********** NO FILE **********
   up     20180920043317  ********** NO FILE **********
   up     20180924070647  ********** NO FILE **********
   up     20180924141949  ********** NO FILE **********
   up     20180924190739  ********** NO FILE **********
   up     20180924201039  ********** NO FILE **********
   up     20180925200829  ********** NO FILE **********
   up     20180926101838  ********** NO FILE **********
   up     20180926140319  ********** NO FILE **********
   up     20180927073410  ********** NO FILE **********
   up     20180930171532  ********** NO FILE **********
   up     20181001172126  ********** NO FILE **********
   up     20181001172651  ********** NO FILE **********
   up     20181002172433  ********** NO FILE **********
   up     20181004131020  ********** NO FILE **********
   up     20181004131025  ********** NO FILE **********
   up     20181005110927  ********** NO FILE **********
   up     20181005125926  ********** NO FILE **********
   up     20181006004100  ********** NO FILE **********
   up     20181008145341  ********** NO FILE **********
   up     20181008145359  ********** NO FILE **********
   up     20181008200441  ********** NO FILE **********
   up     20181009190428  ********** NO FILE **********
   up     20181010133639  ********** NO FILE **********
   up     20181010235606  ********** NO FILE **********
   up     20181012151642  ********** NO FILE **********
   up     20181013005024  ********** NO FILE **********
   up     20181014121030  ********** NO FILE **********
   up     20181014131030  ********** NO FILE **********
   up     20181014203236  ********** NO FILE **********
   up     20181015155839  ********** NO FILE **********
   up     20181016141739  ********** NO FILE **********
   up     20181016152238  ********** NO FILE **********
   up     20181017001059  ********** NO FILE **********
   up     20181017131623  ********** NO FILE **********
   up     20181019032400  ********** NO FILE **********
   up     20181019032408  ********** NO FILE **********
   up     20181019105553  ********** NO FILE **********
   up     20181022131445  ********** NO FILE **********
   up     20181022135539  ********** NO FILE **********
   up     20181022173835  ********** NO FILE **********
   up     20181023104858  ********** NO FILE **********
   up     20181023144439  ********** NO FILE **********
   up     20181025000427  ********** NO FILE **********
   up     20181025030732  ********** NO FILE **********
   up     20181025115728  ********** NO FILE **********
   up     20181026085436  ********** NO FILE **********
   up     20181026091631  ********** NO FILE **********
   up     20181026143227  ********** NO FILE **********
   up     20181027114222  ********** NO FILE **********
   up     20181028092114  ********** NO FILE **********
   up     20181028092115  ********** NO FILE **********
   up     20181028120717  ********** NO FILE **********
   up     20181030135124  ********** NO FILE **********
   up     20181030154446  ********** NO FILE **********
   up     20181031145139  ********** NO FILE **********
   up     20181031190558  ********** NO FILE **********
   up     20181031190559  ********** NO FILE **********
   up     20181101091005  ********** NO FILE **********
   up     20181101091124  ********** NO FILE **********
   up     20181101144347  ********** NO FILE **********
   up     20181101191341  ********** NO FILE **********
   up     20181105122803  ********** NO FILE **********
   up     20181105201455  ********** NO FILE **********
   up     20181106135939  ********** NO FILE **********
   up     20181107054254  ********** NO FILE **********
   up     20181108091549  ********** NO FILE **********
   up     20181112103239  ********** NO FILE **********
   up     20181114163403  ********** NO FILE **********
   up     20181115140140  ********** NO FILE **********
   up     20181115140251  ********** NO FILE **********
   up     20181116050532  ********** NO FILE **********
   up     20181116100917  ********** NO FILE **********
   up     20181116141415  ********** NO FILE **********
   up     20181116141504  ********** NO FILE **********
   up     20181119081539  ********** NO FILE **********
   up     20181119132520  ********** NO FILE **********
   up     20181120082911  ********** NO FILE **********
   up     20181120091639  ********** NO FILE **********
   up     20181120151656  ********** NO FILE **********
   up     20181121101842  ********** NO FILE **********
   up     20181121101843  ********** NO FILE **********
   up     20181121111200  ********** NO FILE **********
   up     20181121174028  ********** NO FILE **********
   up     20181121175359  ********** NO FILE **********
   up     20181122160027  ********** NO FILE **********
   up     20181123042307  ********** NO FILE **********
   up     20181123090058  ********** NO FILE **********
   up     20181123100058  ********** NO FILE **********
   up     20181123135036  ********** NO FILE **********
   up     20181123144235  ********** NO FILE **********
   up     20181126125616  ********** NO FILE **********
   up     20181126150622  ********** NO FILE **********
   up     20181126153547  ********** NO FILE **********
   up     20181127130125  ********** NO FILE **********
   up     20181127133629  ********** NO FILE **********
   up     20181127203117  ********** NO FILE **********
   up     20181128123704  ********** NO FILE **********
   up     20181129104854  ********** NO FILE **********
   up     20181129104944  ********** NO FILE **********
   up     20181130102132  ********** NO FILE **********
   up     20181201151856  ********** NO FILE **********
   up     20181203002526  ********** NO FILE **********
   up     20181203154104  ********** NO FILE **********
   up     20181204031328  ********** NO FILE **********
   up     20181204031329  ********** NO FILE **********
   up     20181204031330  ********** NO FILE **********
   up     20181204031331  ********** NO FILE **********
   up     20181204040404  ********** NO FILE **********
   up     20181204135519  ********** NO FILE **********
   up     20181204135932  ********** NO FILE **********
   up     20181204154019  ********** NO FILE **********
   up     20181205093951  ********** NO FILE **********
   up     20181205171941  ********** NO FILE **********
   up     20181206121338  ********** NO FILE **********
   up     20181206121340  ********** NO FILE **********
   up     20181211092510  ********** NO FILE **********
   up     20181211092514  ********** NO FILE **********
   up     20181212104941  ********** NO FILE **********
   up     20181212171634  ********** NO FILE **********
   up     20181215161939  ********** NO FILE **********
   up     20181219130552  ********** NO FILE **********
   up     20181219145520  ********** NO FILE **********
   up     20181219145521  ********** NO FILE **********
   up     20181220163029  ********** NO FILE **********
   up     20181220165848  ********** NO FILE **********
   up     20181221135205  ********** NO FILE **********
   up     20181228140935  ********** NO FILE **********
   up     20181228175414  Init schema
   up     20190102152410  Delete inconsistent internal id records2
   up     20190103140724  Make legacy false default
   up     20190104182041  Cleanup legacy artifact migration
   up     20190107151020  Add services type index
   up     20190108192941  Remove partial index from ci builds artifacts file
   up     20190109153125  Add merge request external diffs
   up     20190110200434  ********** NO FILE **********
   up     20190111183834  ********** NO FILE **********
   up     20190111231855  ********** NO FILE **********
   up     20190114040404  ********** NO FILE **********
   up     20190114040405  ********** NO FILE **********
   up     20190114172110  Add domain to cluster
   up     20190115054215  Migrate delete container repository worker
   up     20190115054216  Add error notification sent to remote mirrors
   up     20190115092821  Add columns project error tracking settings
   up     20190116234221  Add sorting fields to user preference
   up     20190121140418  ********** NO FILE **********
   up     20190121140658  ********** NO FILE **********
   up     20190122101816  ********** NO FILE **********
   up     20190123211816  ********** NO FILE **********
   up     20190124200344  Migrate storage migrator sidekiq queue
   up     20190128104236  ********** NO FILE **********
   up     20190128172533  ********** NO FILE **********
   up     20190129013538  ********** NO FILE **********
   up     20190130091630  Add local cached markdown version
   up     20190130164903  ********** NO FILE **********
   up     20190131122559  Fix null type labels
   up     20190204115450  Migrate auto dev ops domain to cluster domain
   up     20190206193120  Add index to tags
   up     20190211131150  Add state id to issuables
   up     20190214112022  Schedule sync issuables state
   up     20190215154930  Add merge pipelines enabled to ci cd settings
   up     20190218031401  ********** NO FILE **********
   up     20190218134158  Add masked to ci variables
   up     20190218134209  Add masked to ci group variables
   up     20190218144405  ********** NO FILE **********
   up     20190219134239  ********** NO FILE **********
   up     20190219201635  Add asset proxy settings
   up     20190219210244  ********** NO FILE **********
   up     20190220112238  ********** NO FILE **********
   up     20190220142344  Add email header and footer enabled flag to appearances table
   up     20190220150130  Add extra shas to ci pipelines
   up     20190222051615  Add indexes for merge request diffs query
   up     20190222105948  ********** NO FILE **********
   up     20190222110418  ********** NO FILE **********
   up     20190225152525  Add auto dev ops enabled to namespaces
   up     20190225160300  ********** NO FILE **********
   up     20190225160301  Add runner tokens indexes
   up     20190225173106  ********** NO FILE **********
   up     20190226154144  ********** NO FILE **********
   up     20190228134845  ********** NO FILE **********
   up     20190228192410  Add multi line attributes to suggestion
   up     20190301081611  Migrate project migrate sidekiq queue
   up     20190301095211  ********** NO FILE **********
   up     20190301182031  ********** NO FILE **********
   up     20190301182457  Add external hostname to ingress and knative
   up     20190302144241  ********** NO FILE **********
   up     20190304020812  ********** NO FILE **********
   up     20190304223216  ********** NO FILE **********
   up     20190304223220  ********** NO FILE **********
   up     20190305162221  ********** NO FILE **********
   up     20190311132500  ********** NO FILE **********
   up     20190311132527  ********** NO FILE **********
   up     20190312071108  Add detected repository languages to projects
   up     20190312113229  Add remove at to pages domains
   up     20190312113634  Add remove at index to pages domains
   up     20190313092516  Clean up noteable id for notes on commits
   up     20190315191339  Create merge request assignees table
   up     20190318020549  ********** NO FILE **********
   up     20190318021429  ********** NO FILE **********
   up     20190318120957  ********** NO FILE **********
   up     20190320174702  Add lets encrypt notification email to application settings
   up     20190321103531  ********** NO FILE **********
   up     20190322132835  Schedule populate merge request assignees table
   up     20190322145954  ********** NO FILE **********
   up     20190322164830  Add auto ssl enabled to pages domain
   up     20190325080727  Truncate user fullname
   up     20190325105715  Add fields to user preferences
   up     20190325111602  Rename v2 root namespaces
   up     20190325165127  Add managed to cluster
   up     20190326164045  Import common metrics knative
   up     20190327085945  ********** NO FILE **********
   up     20190327163904  Add notification email to notification settings
   up     20190328210840  ********** NO FILE **********
   up     20190329085614  Add lets encrypt terms of service accepted to application settings
   up     20190401150745  ********** NO FILE **********
   up     20190401150746  ********** NO FILE **********
   up     20190402111436  ********** NO FILE **********
   up     20190402112450  ********** NO FILE **********
   up     20190402150158  Backport enterprise schema
   up     20190402224749  Schedule merge request assignees migration progress check
   up     20190403161806  Update designs index
   up     20190404143330  Add unique constraint to approvals user id and merge request
   up     20190404231137  Remove alternate url from geo nodes
   up     20190408163745  Prometheus knative05 fix
   up     20190409224933  Add name to geo nodes
   up     20190410173409  Add name index to geo nodes
   up     20190412155659  Add merge request blocks
   up     20190412183653  Remove url index from geo nodes
   up     20190414185432  Add comment to vulnerability feedback
   up     20190415030217  Add variable type to ci variables
   up     20190415095825  Add packages size to project statistics
   up     20190415172035  Update insights foreign keys
   up     20190416185130  Add merge train enabled to ci cd settings
   up     20190416213556  Add variable type to ci group variables
   up     20190416213615  Add variable type to ci pipeline variables
   up     20190416213631  Add variable type to ci pipeline schedule variables
   up     20190418132125  Populate project statistics packages size
   up     20190418132750  Add foreign key from vulnerability feedback to users
   up     20190418182545  Create merge request trains table
   up     20190419121952  Add bridged pipeline id to bridges
   up     20190419123057  Add bridged pipeline id foreign key
   up     20190422082247  Create project metrics settings
   up     20190423124640  Add index to projects mirror user
   up     20190424134256  Drop projects ci
   up     20190426180107  Add deployment events to services
   up     20190429082448  Create pages domain acme orders
   up     20190430131225  Create issue tracker data
   up     20190430142025  Create jira tracker data
   up     20190506135337  Add temporary indexes to state
   up     20190506135400  Schedule sync issuables state id where nil
   up     20190511144331  Remove users support type
   up     20190513174947  Enable create incident issues by default
   up     20190514105711  Create ip restriction
   up     20190515125613  Add application settings elasticsearch shards
   up     20190516011213  Add build queued at index
   up     20190516151857  Add lets encrypt private key to application settings
   up     20190516155724  Change packages size defaults in project statistics
   up     20190517153211  Migrate k8s service integration
   up     20190520200123  Add rule type to approval merge request approval rules
   up     20190520201748  Populate rule type on approval merge request rules
   up     20190521174505  Add report type to approval merge request rules
   up     20190522143720  Drop project auto devops domain
   up     20190523112344  Limit milestone date years to 4 digits
   up     20190524062810  Generate lets encrypt private key
   up     20190524071727  Add ssl valid period to pages domain
   up     20190524073827  Schedule fill valid time for pages domain certificates
   up     20190527011309  Add required template name to application settings
   up     20190527194830  Add wiki size to statistics
   up     20190527194900  Schedule calculate wiki sizes
   up     20190528173628  Add index for code owner rule type on approval merge request rules
   up     20190528180441  Enqueue reset merge status
   up     20190529142545  Add dns rebinding protection enabled to application settings
   up     20190530042141  Add default git depth to ci cd settings
   up     20190530154715  Add index to merge requests state and merge status
   up     20190531153110  Create namespace root storage statistics
   up     20190602014139  Add repository type to lfs objects project
   up     20190603124955  Add index to count pending mirror updates
   up     20190604091310  Add ldap membership lock
   up     20190604184643  Fix pool repository source project
   up     20190605104727  Add default project deletion protection to application settings
   up     20190605184422  Create namespace aggregation schedules
   up     20190606014128  Add last ci minutes notification at to namespaces
   up     20190606034427  Add lfs object id index to lfs objects projects
   up     20190606054649  Change operations feature flags clients token not null
   up     20190606054742  Add token encrypted to operations feature flags clients
   up     20190606054832  Add index to operations feature flags clients token encrypted
   up     20190606163724  Migrate legacy managed clusters to unmanaged
   up     20190606175050  Encrypt feature flags clients tokens
   up     20190606202100  Add name to badges
   up     20190607085356  Add source to pages domains
   up     20190607145325  Add pages domains ssl renew index
   up     20190607190856  Add index to users public emails
   up     20190607205656  Add wiki columns to index status
   up     20190610142825  Add index to members invite email
   up     20190611090827  Add time tracking limit to hours to application settings
   up     20190611100201  Add geo container repository updated events table
   up     20190611100202  Add index to geo event log
   up     20190611161641  Add target project id to merge trains
   up     20190611161642  Add index to events and audit events created at author
   up     20190612111201  Add geo container repository counters
   up     20190612111404  Add geo container sync capacity
   up     20190613030606  Enable hashed storage by default
   up     20190613044655  Add username to deploy tokens
   up     20190613073003  Create project aliases
   up     20190613231640  Migrate managed clusters with no token to unmanaged
   up     20190617123615  Add grafana to settings
   up     20190618171120  Update geo nodes primary
   up     20190619175843  Remove import columns from projects
   up     20190620105427  Change null private profile to false
   up     20190620112608  Enqueue reset merge status second run
   up     20190621022810  Add last ci minutes usage notification level to namespaces
   up     20190621151636  Add merge request rebase jid
   up     20190623212503  Add cluster id to deployments
   up     20190624123615  Add grafana url to settings
   up     20190625115224  Add description to services
   up     20190625184066  Remove sentry from application settings
   up     20190626175626  Add group creation level to namespaces
   up     20190627051902  Add cluster id index fk to deployments
   up     20190627100221  Add mr productivity metrics
   up     20190627122264  Add foreign keys for container repository
   up     20190628145246  Add strategies to operations feature flag scopes
   up     20190628185000  Add released at to releases table
   up     20190628185004  Backfill and add not null constraint to released at column on releases table
   up     20190628191740  Schedule fixing names of user namespaces
   up     20190702173936  Populate remaining merge request assignees
   up     20190703043358  Add commit id to draft notes
   up     20190703130053  Remove gitaly feature flags
   up     20190703171157  Add sourcing epic dates
   up     20190703171555  Add sourcing epic dates fks
   up     20190703185326  Fix wrong pages access level
   up     20190709204413  Add rule type to approval project rules
   up     20190709220014  Import common metrics y axis
   up     20190709220143  Add index to issues relative position
   up     20190710151229  Add index to approval project rules rule type
   up     20190711124721  Create job variables
   up     20190711200053  Change deploy tokens token not null
   up     20190711200508  Add token encrypted to deploy tokens
   up     20190711201818  Encrypt deploy tokens tokens
   up     20190712040400  Add environment id to clusters kubernetes namespaces
   up     20190712040412  Index clusters kubernetes namespaces on environment
   up     20190712064021  Add namespace per environment flag to clusters
   up     20190715042813  Add issue id to versions
   up     20190715043944  Remove sha index from versions
   up     20190715043954  Set issue id for all versions
   up     20190715044501  Add unique issue id sha index to versions
   up     20190715114644  Drop project features pages access level default
   up     20190715140740  Add event type to design management designs versions
   up     20190715142138  Add raw blob request limit to application settings
   up     20190715173819  Add object storage flag to geo node
   up     20190715193142  Migrate discussion id on promoted epics
   up     20190715215532  Add project emails disabled
   up     20190715215549  Add group emails disabled
   up     20190716144222  Create analytics cycle analytics project stages
   up     20190719122333  Add login recaptcha protection enabled to application settings
   up     20190719174505  Add index to deploy tokens token encrypted
   up     20190722104947  Add static object token to users
   up     20190722132830  Add static objects external storage columns to application settings
   up     20190722144316  Create milestone releases table
   up     20190723105753  Add index on identities lower extern uid and provider
   up     20190723153247  Create allowed email domains for groups
   up     20190724112147  Add column for self monitoring project
   up     20190725012225  Change outbound local requests whitelist default
   up     20190725080128  Set not null on users private profile
   up     20190725183432  Add index to index on static object token
   up     20190726101050  Rename allow local requests from hooks and services application setting
   up     20190726101133  Add allow local requests from system hooks to application settings
   up     20190729062536  Create analytics cycle analytics group stages
   up     20190729090456  Add index on environments with state
   up     20190729180447  Add merge requests require code owner approval to protected branches
   up     20190731084415  Add build need
   up     20190801060809  Delete kubernetes services
   up     20190801114109  Cleanup allow local requests from hooks and services application setting rename
   up     20190801142441  Add throttle protected path columns
   up     20190801193427  Rename application settings snowplow collector uri column
   up     20190802012622  Reorder issues project id relative position index
   up     20190802091750  Cleanup application settings snowplow collector uri rename
   up     20190802195602  Add timestamps columns to geo nodes
   up     20190802235445  Add index on id and type and public to keys
   up     20190805140353  Remove rendundant index from releases
   up     20190806071559  Remove epic issues default relative position
   up     20190807023052  Design issue id nullable
   up     20190808152507  Add projects sorting field to user preferences
   up     20190809072552  Set self monitoring project alerting token
   up     20190812070645  Migrate private profile nulls
   up     20190814205640  Import common metrics line charts
   up     20190815093936  Add index notes on project id and id and system false
   up     20190815093949  Remove index notes on noteable type
   up     20190816151221  Add active jobs limit to plans
   up     20190819131155  Add cluster status index to deployments
   up     20190819231552  Update knative prometheus query for invocation count
   up     20190820163320  Add first last name to user
   up     20190821040941  Create cluster providers aws
   up     20190822175441  Rename epics state to state
   up     20190822181528  Create list user preferences
   up     20190822185441  Cleanup epics state id rename
   up     20190823055948  Change clusters namespace per environment default
   up     20190826090628  Remove redundant deployments index
   up     20190826100605  Add group column to events
   up     20190827102026  Migrate code owner approval status to protected branches in batches
   up     20190827222124  Add sourcegraph configuration to application settings
   up     20190828083843  Add index to ci job artifacts on project id for security reports
   up     20190828110802  Add not null constraints to prometheus metrics y label and unit
   up     20190828170945  Create package metadatum
   up     20190828172831  Create package tag
   up     20190829131130  Create external pull requests
   up     20190830075508  Add external pull request id to ci pipelines
   up     20190830080123  Add index to ci pipelines external pull request
   up     20190830080626  Add foreign key to ci pipelines external pull request
   up     20190830140240  Add duplicated to to issue
   up     20190901174200  Add max issue count to list
   up     20190902131045  Replace indexes for counting active users
   up     20190902152329  Add index for ci builds metrics
   up     20190902160015  Remove support bot column from users
   up     20190903150358  Create analytics repository files table
   up     20190903150435  Create analytics repository file edits table
   up     20190904173203  Add index on users unconfirmed email
   up     20190904205212  Remove id column from intermediate release milestones
   up     20190905022045  Add issues prometheus alert event join table
   up     20190905074652  Index timestamp columns for issue metrics
   up     20190905091812  Schedule project any approval rule migration
   up     20190905091831  Schedule merge request any approval rule migration
   up     20190905140605  Add cloud run to clusters providers gcp
   up     20190905223800  Add interruptible to builds metadata
   up     20190905223900  Add concurrent index to builds metadata
   up     20190906104555  Create alerts service data
   up     20190907184714  Add show whitespace in diffs to user preferences
   up     20190909045845  Create project pages metadata
   up     20190909141517  Update cs vulnerability confidence column
   up     20190910000130  Add index on application id on oauth access tokens
   up     20190910103144  Replace events index on group id with partial index
   up     20190910114843  Exclude nulls from index on namespaces type
   up     20190910125852  Create analytics language trend repository languages
   up     20190910211526  Create packages conan file metadata
   up     20190910212256  Add any approver rule unique indexes
   up     20190911115056  Add projects max pages size
   up     20190911115109  Add namespaces max pages size
   up     20190911115207  Add projects max artifacts size
   up     20190911115222  Add namespaces max artifacts size
   up     20190911251732  Sync issuables state
   up     20190912061145  Add index to members on expires at
   up     20190912223232  Add role to users
   up     20190913174707  Add spdx id to software licenses
   up     20190913175827  Add index to software licenses on spdx
   up     20190914223900  Modify concurrent index to builds metadata
   up     20190917173107  Backfill software licenses spdx identifiers
   up     20190918025618  Add user and timestamps to design management versions
   up     20190918102042  Create grafana integrations
   up     20190918104212  Add merge request metrics merged at index
   up     20190918104222  Schedule productivity analytics backfill
   up     20190918104731  Add cleanup status to cluster
   up     20190918121135  Add cleanup status reason to cluster
   up     20190919040324  Add successfull pages deploy partial index on ci builds
   up     20190919091300  Create evidences
   up     20190919104119  Index timestamp columns for merge requests creation date
   up     20190919162036  Add index to clusters providers gcp on cloud run
   up     20190919183411  Add index packages on name trigram to packages packages
   up     20190920122420  Add max personal access token lifetime to application settings
   up     20190920194925  Backfill releases table updated at and add not null constraints to timestamps
   up     20190920224341  Create merge request context commits and diffs
   up     20190924124627  Add pull mirror branch prefix to projects
   up     20190924152703  Migrate issue trackers data
   up     20190925055714  Default request access groups
   up     20190925055902  Default request access projects
   up     20190926041216  Add user indexes to design management versions
   up     20190926180443  Schedule epic issues after epics move
   up     20190926225633  Create x509 signatures
   up     20190927055500  Create description versions
   up     20190927055540  Add index to sytem note metadata description version
   up     20190927074328  Add index on snippet content
   up     20190929180751  Create vulnerabilities
   up     20190929180813  Add reference from vulnerability occurrences to occurrences
   up     20190929180827  Add foreign keys and indexes to vulnerabilities
   up     20190930025655  Add incident management throttle columns to application setting
   up     20190930063627  Add management project id to clusters
   up     20190930082942  Add new release to notification settings
   up     20190930153535  Create zoom meetings
   up     20191001040549  Add management project id index fk to clusters
   up     20191001170300  Create ci ref
   up     20191002031332  Schedule pages metadata migration
   up     20191002123516  Create clusters applications elastic stack
   up     20191003015155  Add self managed prometheus alerts
   up     20191003060227  Add push event hooks limit to application settings
   up     20191003064615  Create aws roles
   up     20191003130045  Create issue user mentions
   up     20191003150045  Create merge request user mentions
   up     20191003161031  Add mark for deletion to projects
   up     20191003161032  Add mark for deletion indexes to projects
   up     20191003195218  Add pendo enabled to application settings
   up     20191003195620  Add pendo url to application settings
   up     20191003200045  Create epic user mentions
   up     20191003250045  Create commit user mentions
   up     20191003300045  Create snippet user mentions
   up     20191003350045  Create design user mentions
   up     20191004080818  Add productivity analytics start date
   up     20191004081520  Fill productivity analytics start date
   up     20191004133612  Create analytics repository file commits
   up     20191004151428  Add auto stop in to environments
   up     20191007163701  Populate remaining any approver rules for merge requests
   up     20191007163736  Populate remaining any approver rules for projects
   up     20191008013056  Add push event activities limit to application settings
   up     20191008142331  Add ref count to push event payloads
   up     20191008143850  Fix any approver rule for projects
   up     20191008180203  Add issuable state id indexes
   up     20191008200204  Add state id default value
   up     20191009100244  Add geo design repository counters
   up     20191009110124  Add has exposed artifacts to ci builds metadata
   up     20191009110757  Add index to ci builds metadata has exposed artifacts
   up     20191009222222  Add custom http clone url root to application settings
   up     20191010174846  Add snowplow iglu registry url to application settings
   up     20191011084019  Add project deletion adjourned period to application settings
   up     20191013100213  Add squash commit sha to merge requests
   up     20191014025629  Rename design management version user to author
   up     20191014030134  Cleanup design management version user to author rename
   up     20191014030730  Add author index to design management versions
   up     20191014084150  Add index on snippets project id and visibility level
   up     20191014123159  Add expire notification delivered to personal access tokens
   up     20191014132931  Remove index on snippets project
   up     20191015154408  Drop merge requests require code owner approval from projects
   up     20191016072826  Replace ci trigger requests index
   up     20191016133352  Create ci subscriptions projects
   up     20191016220135  Add join table for self managed prometheus alert issues
   up     20191017001326  Create users security dashboard projects
   up     20191017045817  Schedule fix gitlab com pages access level
   up     20191017094449  Add remove source branch after merge to projects
   up     20191017134513  Add deployment merge requests
   up     20191017180026  Drop ci build trace sections
   up     20191017191341  Create clusters applications crossplane
   up     20191021101942  Remove empty github service templates
   up     20191022113635  Nullify feature flag plaintext tokens
   up     20191023093207  Add comment actions to services
   up     20191023132005  Add merge requests index on target project and branch
   up     20191023152913  Add default and free plans
   up     20191024134020  Add index to zoom meetings
   up     20191025092748  Add secret token to snippet
   up     20191026041447  Change default value of throttle protected paths
   up     20191026120008  Add promoted to epic to issues
   up     20191026120112  Add promoted to epic to issues index
   up     20191026124116  Set application settings default project and snippet visibility
   up     20191028130054  Add max issue weight to list
   up     20191028162543  Add setup for company to user preferences
   up     20191028184740  Rename snowplow site id to snowplow app
   up     20191029095537  Cleanup application settings snowplow site id rename
   up     20191029125305  Create packages conan metadata
   up     20191029191901  Add enabled to grafana integrations
   up     20191030135044  Create plan limits
   up     20191030152934  Move limits from plans
   up     20191030193050  Remove pendo from application settings
   up     20191030223057  Backfill version author and created at
   up     20191031095636  Create project settings
   up     20191031112603  Remove limits from plans
   up     20191101092917  Replace index on metrics merged at
   up     20191103202505  Add eks credentials to application settings
   up     20191104142124  Nullify users role
   up     20191104205020  Add license details to application settings
   up     20191105094558  Add report type to vulnerabilities
   up     20191105094625  Set report type for vulnerabilities
   up     20191105134413  Create service desk settings
   up     20191105140942  Add indices to abuse reports
   up     20191105155113  Add secret to snippet
   up     20191105193652  Add index on deployments updated at
   up     20191106144901  Add state to merge trains
   up     20191106150931  Add timelog spent at index
   up     20191107064946  Update oauth open id requests foreign keys
   up     20191107173446  Add sourcegraph admin and user preferences
   up     20191107220314  Add index to projects on marked for deletion
   up     20191108031900  Create package build info
   up     20191108202723  Add unique constraint to software licenses
   up     20191111115229  Add group id to import export uploads
   up     20191111115431  Add group fk to import export uploads
   up     20191111121500  Default ci config path
   up     20191111165017  Add fixed pipeline to notification settings
   up     20191111175230  Add index on ci pipelines updated at
   up     20191112023159  Complete pages metadata migration
   up     20191112090226  Add artifacts to ci build need
   up     20191112105448  Add index on personal access tokens user id and expires at
   up     20191112115247  Add cached markdown version to vulnerabilities
   up     20191112115317  Change vulnerabilities title html to nullable
   up     20191112212815  Create web authn table
   up     20191112214305  Add indexes for projects api default params
   up     20191112221821  Add indexes for projects api default params authenticated
   up     20191112232338  Ensure no empty milestone titles
   up     20191114132259  Add mentions disabled to namespaces
   up     20191114173508  Add resolved attributes to vulnerabilities
   up     20191114173602  Add foreign key on resolved by id to vulnerabilities
   up     20191114173624  Set resolved state on vulnerabilities
   up     20191114201118  Make created at not null in design management versions
   up     20191114204343  Remove milestone id from epics
   up     20191115001123  Add index to mod sec ci variables
   up     20191115001843  Add index to mod sec ci pipeline variables
   up     20191115091425  Create vulnerability issue links
   up     20191115114032  Add processed to ci builds
   up     20191115115043  Migrate epic mentions to db
   up     20191115115522  Migrate epic notes mentions to db
   up     20191118053631  Add group deletion schedules
   up     20191118155702  Add index on status to merge trains
   up     20191118173522  Add snippet size limit to application settings
   up     20191118182722  Add index to environments on project id state environment type
   up     20191118211629  Migrate ops feature flags scopes target user ids
   up     20191119023952  Add created at index to snippets
   up     20191119220425  Rename software license policies approval status to classification
   up     20191119221041  Cleanup software license policies classification rename
   up     20191119231621  Create container expiration policies
   up     20191120084627  Add encrypted fields to application settings
   up     20191120115530  Encrypt plaintext attributes on application settings
   up     20191120200015  Add index to grafana integrations
   up     20191121111621  Create packages dependencies
   up     20191121121947  Create packages dependency links
   up     20191121122856  Drop packages package metadata table
   up     20191121161018  Add project id name version package type index to packages packages
   up     20191121193110  Add issue links type
   up     20191122135327  Remove plaintext columns from application settings
   up     20191122161519  Create sentry issues table
   up     20191123062354  Add minimum password length to application settings
   up     20191123081456  Add dismissable to broadcast messages
   up     20191124150431  Change label id index to include action on label events
   up     20191125024005  Cleanup deploy access levels for removed groups
   up     20191125114345  Add admin mode protected path
   up     20191125133353  Add target path to broadcast message
   up     20191125140458  Create import failures
   up     20191126134210  Rename packages package tags
   up     20191127030005  Create serverless domain cluster
   up     20191127151619  Create gitlab subscription histories
   up     20191127151629  Add trial starts on to gitlab subscriptions
   up     20191127163053  Add confidential to doorkeeper application
   up     20191127221608  Add wildcard and domain type to pages domains
   up     20191128145231  Add ci resource groups
   up     20191128145232  Add fk to ci resources build
   up     20191128145233  Add fk to ci resource groups project
   up     20191128162854  Drop project ci cd settings merge trains enabled
   up     20191129134844  Add broadcast type to broadcast message
   up     20191129144630  Add resource group id to ci builds
   up     20191129144631  Add index to resource group
   up     20191202031812  Drop operations feature flags clients token
   up     20191202181924  Add environment auto stop in to ci builds metadata
   up     20191203121729  Update group deletion schedules foreign keys
   up     20191204070713  Change updated at index and add index to id on deployments
   up     20191204093410  Add label project group partial indexes
   up     20191204114127  Delete legacy triggers
   up     20191204192726  Add design disk path to geo hashed storage migrated events
   up     20191205060723  Add index to keys
   up     20191205084057  Update minimum password length
   up     20191205094702  Add index for cross projects dependencies to ci builds
   up     20191205145647  Add index to projects deploy keys deploy key
   up     20191205212923  Support multiple milestones for issues
   up     20191205212924  Support multiple milestones for merge requests
   up     20191206014412  Add image to design management designs versions
   up     20191206022133  Add indexes to pages domains on wildcard and domain type
   up     20191206122926  Update index for pool repositories
   up     20191207104000  Add render whitespace in code to user preference
   up     20191208071111  Add fingerprint sha256 to key
   up     20191208071112  Add fingerprint sha256 index to key
   up     20191208110214  Add suggestion commit message to projects
   up     20191209143606  Add deleted at to description versions
   up     20191209215316  Knative 0 9 prometheus update
   up     20191210211253  Create resource weight event
   up     20191212140117  Change commit user mentions commit id column type
   up     20191212162434  Change commit user mentions commit id column type cleanup
   up     20191213104838  Add service desk username
   up     20191213120427  Fix max pages size
   up     20191213143656  Create ci pipelines config
   up     20191213184609  Backfill operations feature flags active
   up     20191214175727  Add indexes to deployments on project id and ref
   up     20191216074800  Add epic date sourcing milestone indexes
   up     20191216074802  Add epic start date sourcing milestone id foreign key
   up     20191216074803  Add epic due date sourcing milestone id foreign key
   up     20191216094119  Add id to plan limits
   up     20191216183531  Add project hooks to plan limits
   up     20191216183532  Insert project hooks plan limits
   up     20191217165641  Add saml provider prohibited outer forks
   up     20191217212348  Add modsecurity enabled to ingress application
   up     20191218084115  Add updating name disabled for users to application settings
   up     20191218122457  Add force pages access control to application settings
   up     20191218124915  Add repository storage to snippets
   up     20191218125015  Add storage version to snippets
   up     20191218190253  Add tab width to user preferences
   up     20191218225624  Add index on project id to ci pipelines
   up     20191223124940  Add scheduling type to ci builds
   up     20191225071320  Add index to elasticsearch indexed namespaces
   up     20191227140254  Update personal access tokens user id foreign key
   up     20191229140154  Drop index ci pipelines on project
   up     20200102140148  Add expanded environment name to ci build metadata
   up     20200102170221  Add storage version index to projects
   up     20200103190741  Add column for instance administrators group
   up     20200103192859  Add fk for instance administrators group
   up     20200103192914  Add index for instance administrators group
   up     20200103195205  Add autoclose referenced issues to projects
   up     20200104113850  Add forking access level to project feature
   up     20200106071113  Update fingerprint sha256 within keys
   up     20200106085831  Add timestamps to packages tags
   up     20200107172020  Add timestamp softwarelicensespolicy
   up     20200108100603  Update project hooks limit
   up     20200108155731  Create indexes for project api created at order
   up     20200108233040  Remove index project mirror data on jid
   up     20200109030418  Add sorting index to packages
   up     20200109085206  Create approval project rules protected branches
   up     20200109233938  Remove project id index from packages
   up     20200110089001  Fix invalid epic sourcing milestone ids
   up     20200110090153  Validate foreign key epic start date sourcing milestone
   up     20200110121314  Schedule update existing subgroup to match visibility level of parent
   up     20200110144316  Add indexes for projects api
   up     20200110203532  Validate foreign key epic due date sourcing milestone
   up     20200113133352  Add indexes for projects api authenticated
   up     20200113151354  Remove creations in gitlab subscription histories
   up     20200114112932  Add temporary partial index on project id to services
   up     20200114113341  Patch prometheus services for shared cluster applications
   up     20200114140305  Add fields to application settings for merge requests approvals
   up     20200114204949  Add index to sentry issues sentry issue identifier
   up     20200115135132  Add retry count and group id to import failures
   up     20200115135234  Add group index and fk to import failures
   up     20200116051619  Drop background migration jobs
   up     20200116175538  Update timestamp softwarelicensespolicy
   up     20200117112554  Update project index to import failures
   up     20200117194830  Add iid to operations feature flags
   up     20200117194840  Add index on operations feature flags iid
   up     20200117194850  Backfill operations feature flags iid
   up     20200117194900  Delete internal ids where feature flags usage
   up     20200120083607  Remove storage version column from snippets
   up     20200121132641  Update timestamp softwarelicensespolicy not null
   up     20200121192942  Create geo events
   up     20200121194000  Add geo event id to geo event log
   up     20200121194048  Add geo event id index to geo event log
   up     20200121194154  Add geo events foreign key
   up     20200121200203  Create group deploy tokens
   up     20200122123016  Backfill project settings
   up     20200122144759  Drop kibana column
   up     20200122161638  Add deploy token type to deploy tokens
   up     20200123040535  Add multi column index on lfs objects projects
   up     20200123045415  Remove project id index on lfs objects projects
   up     20200123090839  Remove analytics repository table fks on projects
   up     20200123091422  Remove analytics repository files fk on other analytics tables
   up     20200123091622  Drop analytics repository files table
   up     20200123091734  Drop analytics repository file commits table
   up     20200123091854  Drop analytics repository file edits table
   up     20200123155929  Remove invalid jira data
   up     20200124053531  Add source to import failures
   up     20200124110831  Migrate design notes mentions to db
   up     20200124143014  Add restrict deployment order to project ci cd settings
   up     20200127090233  Remove invalid issue tracker data
   up     20200127111840  Fix projects without project feature
   up     20200128105731  Add duration to merge trains
   up     20200128132510  Add temporary index for notes with mentions
   up     20200128133510  Cleanup empty commit user mentions
   up     20200128134110  Migrate commit notes mentions to db
   up     20200128141125  Add index web hooks on group
   up     20200128184209  Add usage to pages domains
   up     20200128210353  Cleanup optimistic locking nulls
   up     20200129034515  Update indexes of pages domains add usage domain wildcard remove domain
   up     20200129035446  Rename pages domains domain type to scope
   up     20200129035708  Cleanup rename pages domains domain type to scope
   up     20200129133716  Add resource milestone events table
   up     20200129172428  Add index on audit events id desc
   up     20200130134335  Add cert and key to serverless domain cluster
   up     20200130145430  Reschedule migrate issue trackers data
   up     20200130161817  Drop unneeded indexes for projects api requests
   up     20200131140428  Create index on auto stop in
   up     20200131181354  Add health status to epics
   up     20200131191754  Add health status to issues
   up     20200202100932  Add service desk project key
   up     20200203015140  Add id to design management designs versions
   up     20200203025400  Default lock version to zero for merge requests
   up     20200203025602  Default lock version to zero for issues
   up     20200203025619  Default lock version to zero for epics
   up     20200203025744  Default lock version to zero for ci builds
   up     20200203025801  Default lock version to zero for ci stages
   up     20200203025821  Default lock version to zero for ci pipelines
   up     20200203104214  Services remove temporary index on project
   up     20200203173508  Add confirmed attributes to vulnerabilities
   up     20200203183508  Add index for vulnerability confirmed by
   up     20200203232433  Create security scan
   up     20200204070729  Add elasticsearch indexed field length limit to application settings
   up     20200204113223  Schedule recalculate project authorizations
   up     20200204113224  Schedule recalculate project authorizations second run
   up     20200204113225  Schedule recalculate project authorizations third run
   up     20200204131054  Change broadcast message index
   up     20200204131831  Create daily report results
   up     20200205143231  Add dissmised at to user callouts
   up     20200206091544  Migrate create commit signature worker sidekiq queue
   up     20200206112850  Create snippet repository table
   up     20200206135203  Udpate index ci builds on name for security products
   up     20200206141511  Change saml provider outer forks default
   up     20200207062728  Add default branch protection to namespaces
   up     20200207090921  Add nuget index to packages packages
   up     20200207132752  Add es bulk config
   up     20200207151640  Create deployment clusters
   up     20200207182131  Replace conan metadata index
   up     20200207184023  Add temporary index to promotion notes
   up     20200207185149  Schedule fix orphan promoted issues
   up     20200209131152  Add feature filter type to user preferences
   up     20200210062432  Schedule link lfs objects
   up     20200210092405  Save instance administrators group
   up     20200210135504  Remove packages deprecated dependencies
   up     20200210184410  Create operations strategies table
   up     20200210184420  Create operations scopes table
   up     20200211152410  Remove instance from services
   up     20200211155000  Cleanup empty merge request mentions
   up     20200211155100  Add temporary merge request with mentions index
   up     20200211155539  Migrate merge request mentions to db
   up     20200211174946  Add auto renew to gitlab subscriptions
   up     20200212014653  Rename security dashboard feature flag to instance security dashboard
   up     20200212052620  Readd template column to services
   up     20200212133945  Add group hooks to plan limits
   up     20200212134201  Insert group hooks plan limits
   up     20200213093702  Add email restrictions to application settings
   up     20200213100530  Add verification columns to packages
   up     20200213155311  Add npm package requests forwarding to application settings
   up     20200213204737  Remove unnecessary milestone join tables
   up     20200213220159  Migrate store security reports sidekiq queue
   up     20200213220211  Migrate sync security reports to report approval rules sidekiq queue
   up     20200213224220  Add sprints
   up     20200214025454  Add canonical emails
   up     20200214034836  Remove security dashboard feature flag
   up     20200214085940  Clean grafana url
   up     20200214214934  Create environment for self monitoring project
   up     20200215222507  Drop forked project links fk
   up     20200215225103  Drop forked project links table
   up     20200217210353  Cleanup optimistic locking nulls pt2
   up     20200217223651  Add index to job artifact secure reports
   up     20200217225719  Schedule migrate security scans
   up     20200218113721  Add indexes to package file
   up     20200219105209  Add filepath to release links
   up     20200219133859  Add environment id to deployment merge requests
   up     20200219135440  Add limit metric type to list
   up     20200219141307  Add environment id fk to deployment merge requests
   up     20200219142522  Add environment id merge request id uniq idx to deployment merge requests
   up     20200219183456  Remove issue state indexes
   up     20200219184219  Remove merge request state indexes
   up     20200219193058  Remove state from issues
   up     20200219193117  Remove state from merge requests
   up     20200220115023  Fix projects without prometheus service
   up     20200220180944  Add keep divergent refs
   up     20200221023320  Add index on pages domain on domain lowercase
   up     20200221074028  Add mr metrics first approved at
   up     20200221100514  Create users statistics
   up     20200221105436  Update application setting npm package requests forwarding default
   up     20200221142216  Remove repository storage from snippets
   up     20200221144534  Drop activate prometheus services background jobs
   up     20200222055543  Add confidential to note
   up     20200224020219  Add status page settings
   up     20200224163804  Add version to feature flags table
   up     20200224185814  Add project subscriptions to plan limits
   up     20200225111018  Add index for group and iid search to epics
   up     20200225123228  Insert project subscriptions plan limits
   up     20200226100614  Create requirements
   up     20200226100624  Requirements add project fk
   up     20200226100634  Requirements add author fk
   up     20200226124757  Remove health status from epics
   up     20200226162156  Rename closed at to dismissed at in vulnerabilities
   up     20200226162239  Cleanup closed at rename in vulnerabilities
   up     20200226162634  Rename closed by to dismissed by in vulnerabilities
   up     20200226162723  Cleanup closed by rename in vulnerabilities
   up     20200227140242  Update occurrence severity column
   up     20200227164113  Create scim identities
   up     20200227165129  Create user details
   up     20200228160542  Create ci sources projects
   up     20200229171700  Create custom emojis
   up     20200302142052  Update vulnerability severity column
   up     20200302152516  Add wiki slug
   up     20200303055348  Add expires at to keys
   up     20200303074328  Add index on snippet description
   up     20200303181648  Add healthy to clusters applications prometheus
   up     20200304023245  Add sprint to issues
   up     20200304023851  Add sprint to merge requests
   up     20200304024025  Add sprint id index to issues
   up     20200304024042  Add sprint id index to merge requests
   up     20200304085423  Add user type
   up     20200304090155  Add user type index
   up     20200304121828  Add ci sources project pipeline foreign key
   up     20200304121844  Add ci sources project source project foreign key
   up     20200304124406  Add unlock membership to ldap of groups
   up     20200304160800  Add index services on template
   up     20200304160801  Delete template services duplicated by type
   up     20200304160823  Add index to service unique template per type
   up     20200304211738  Remove file type from packages package files
   up     20200305020458  Add label restore table
   up     20200305020459  Add label restore foreign keys
   up     20200305082754  Remove duplicate labels from project
   up     20200305082858  Add uniqueness index to label title and project
   up     20200305121159  Add merge request metrics first reassigned at
   up     20200305151736  Delete template project services
   up     20200305200641  Create terraform states
   up     20200306095654  Add merge request assignee created at
   up     20200306160521  Add index on author id and created at to events
   up     20200306170211  Add index on author id and id and created at to issues
   up     20200306170321  Add index on user id and created at to ci pipelines
   up     20200306170531  Add index on author id and created at to todos
   up     20200306192548  Add index on project id and type to services
   up     20200306193236  Add index on creator id and created at to projects
   up     20200309140540  Add index on project id and repository access level to project features
   up     20200309162244  Add open project tracker data
   up     20200309195209  Add index on project id and builds access level to project features
   up     20200309195710  Add index on mirror and creator id and created at to projects
   up     20200310075115  Schedule link lfs objects projects
   up     20200310123229  Add index on enabled and provider type and id to clusters
   up     20200310132654  Add instance to services
   up     20200310133822  Add index on author id and id and created at to notes
   up     20200310135818  Remove temporary promoted notes index
   up     20200310135823  Add index to service unique instance per type
   up     20200310145304  Add runtime created to ci job variables
   up     20200310215714  Migrate saml identities to scim identities
   up     20200311074438  Migrate bot type to user type
   up     20200311082301  Add user state index
   up     20200311084025  Add index on user id status created at to deployments
   up     20200311093210  Create user highest roles
   up     20200311094020  Add index on id and status to deployments
   up     20200311130802  Schedule populate user highest roles table
   up     20200311141053  Add ci pipeline schedules to plan limits
   up     20200311141943  Insert ci pipeline schedules plan limits
   up     20200311154110  Create vulnerability exports
   up     20200311165635  Create project export jobs
   up     20200311192351  Add index on noteable type and noteable id to sent notifications
   up     20200311214912  Add modsecurity mode to ingress application
   up     20200312053852  Populate canonical emails
   up     20200312125121  Add index on active and template and type and id to services
   up     20200312134637  Backfill environment id on deployment merge requests
   up     20200312160532  Add index on mirror and id to projects
   up     20200312163407  Add index on id and service desk enabled to projects
   up     20200313101649  Fill ghost user type
   up     20200313123934  Add index on user id type source type ldap and created at to members
   up     20200313202430  Add index chat name service
   up     20200313203525  Add invalid foreign key from chat name to service
   up     20200313203550  Remove orphaned chat names
   up     20200313204021  Validate foreign key from chat name to service
   up     20200314060834  Add scanned resources count to security scan
   up     20200316111759  Add index on id and ldap key to keys
   up     20200316162648  Add index on namespace id and id to projects
   up     20200316173312  Add vulnerability export project foreign key
   up     20200317110602  Add migrating user highest roles table index to users
   up     20200317142110  Add vulnerability export user foreign key
   up     20200318140400  Create vulnerability user mentions
   up     20200318152134  Adds sha256 to package files
   up     20200318162148  Add external key to issues table
   up     20200318163148  Add index on external key to issues table
   up     20200318164448  Add external key to epics table
   up     20200318165448  Add index on external key to epics table
   up     20200318175008  Add index on id and archived and pending delete to projects
   up     20200318183553  Create pypi package metadata
   up     20200319071702  Consume remaining link lfs objects projects jobs
   up     20200319123041  Update plan limits defaults
   up     20200319124127  Create metrics dashboard annotations
   up     20200319203901  Add index on users unlock token
   up     20200320112455  Add cost factor fileds to ci runners
   up     20200320123839  Add letsencrypt errors to pages domains
   up     20200320212400  Add project show default award emojis
   up     20200323011225  Complete migrate security scans
   up     20200323011955  Remove index used for scan migration
   up     20200323071918  Add bio to user details
   up     20200323074147  Add temp index on users bio
   up     20200323075043  Add max personal access token lifetime to namespaces
   up     20200323080714  Trigger background migration for users bio
   up     20200323122201  Add index on user and created at to ci builds
   up     20200323134519  Add api indexes for archived projects
   up     20200324093258  Add index on id creator id and created at to projects table
   up     20200324115359  Add namespace storage size limit to application settings
   up     20200325094612  Add allow merge on skipped pipeline to project settings
   up     20200325104755  Add push rules id to project settings
   up     20200325104756  Add push rules foreign key to project settings
   up     20200325104833  Add push rules id to application settings
   up     20200325104834  Add push rules foreign key to application settings
   up     20200325111432  Add issues create limit to application settings
   up     20200325152327  Add seat link enabled to application settings
   up     20200325160952  Add index on name type eq ci build to ci builds
   up     20200325162730  Schedule backfill push rules id in projects
   up     20200325183636  Add api index for internal projects
   up     20200326114443  Create jira imports table
   up     20200326122700  Create diff note positions
   up     20200326124443  Add projects fk to jira imports table
   up     20200326134443  Add users fk to jira imports table
   up     20200326135443  Add users fk index on jira imports table
   up     20200326144443  Add labels fk to jira imports table
   up     20200326145443  Add labels fk index on jira imports table
   up     20200330074719  Add index for group vsm usage ping
   up     20200330121000  Add confidential attribute to epics
   up     20200330123739  Remove index ci builds on name for security reports values
   up     20200330132913  Add index on author id and created at and id to notes
   up     20200330203826  Drop fk in ci ref
   up     20200330203837  Recreate ci ref
   up     20200331103637  Add ci ref id to ci pipelines
   up     20200331113728  Add index to ci ref
   up     20200331113738  Add fk to ci ref
   up     20200331132103  Add project compliance framework settings table
   up     20200331195952  Add container expiration policies enable historic entries to application settings
   up     20200331220930  Enable container expiration policies by default
   up     20200401091051  Remove reference columns from resource milestone events
   up     20200401095430  Add jsonb to geo node status table
   up     20200401211005  Create operations user lists
   up     20200402001106  Add cluster type index to clusters
   up     20200402115013  Add index on modsecurity to ingress
   up     20200402115623  Add index on successful deployment and environment id to deployments
   up     20200402123926  Add line metrics to mr metrics
   up     20200402124802  Add correlation id to project import state
   up     20200402135250  Add delete status to container repository
   up     20200402185044  Create clusters applications fluentd
   up     20200403132349  Remove old index pages domains need auto ssl renewal
   up     20200403184110  Add partial index on id to ci job artifacts
   up     20200403185127  Add partial index on id to lfs objects
   up     20200403185422  Add partial index on id to uploads
   up     20200406095930  Add needs ssl renewal user provided pages domains index
   up     20200406100909  Add needs ssl renewal valid not after pages domains index
   up     20200406102111  Add index to deployments where cluster id is not null
   up     20200406102120  Backfill deployment clusters from deployments
   up     20200406132529  Add resource state events table
   up     20200406135648  Add index to created at on resource milestone events
   up     20200406141452  Add index to issue id and created at on resource weight events
   up     20200406192059  Add write registry to deploy tokens
   up     20200406193427  Add index to issues health status
   up     20200407094005  Drop vulnerability severity index
   up     20200407094923  Drop vulnerabilities severity index
   up     20200407120000  Add push rule id to groups
   up     20200407121321  Add push rule foreign key to groups
   up     20200407171133  Add protected tag create access levels user id foreign key
   up     20200407171417  Validate protected tag create access levels user id foreign key
   up     20200407182205  Create partitioned foreign keys
   up     20200407222647  Create project repository storage moves
   up     20200408110856  Add nginx five hundred percentage metric
   up     20200408125046  Create ci freeze periods
   up     20200408132152  Remove namespaces trial ends on
   up     20200408133211  Add index on route path trigram
   up     20200408153842  Add index on creator id and id on projects
   up     20200408154331  Add protected branch merge access levels user id foreign key
   up     20200408154349  Validate protected branch merge access levels user id foreign key
   up     20200408154411  Add path locks user id foreign key
   up     20200408154428  Validate path locks user id foreign key
   up     20200408154455  Add protected branch push access levels user id foreign key
   up     20200408154533  Validate protected branch push access levels user id foreign key
   up     20200408154604  Add u2f registrations user id foreign key
   up     20200408154624  Validate u2f registrations user id foreign key
   up     20200408175424  Add index on creator id created at id to projects table
   up     20200408212219  Add status page url to status page settings
   up     20200409085956  Add partial index on import failures retry count
   up     20200409105455  Change verification checksum field type in package file
   up     20200409105456  Add checksum index to package file
   up     20200409211607  Migrate legacy attachments
   up     20200410104828  Add comment detail to services
   up     20200410232012  Add metrics dashboard access level to project feature
   up     20200411125656  Add package scopes to deploy tokens
   up     20200413072059  Add group owners can manage default branch protection to application settings
   up     20200413230056  Add waf and cilium logs to applications fluentd
   up     20200414112444  Add group id to vulnerability exports
   up     20200414114611  Add group id index and fk to vulnerability exports
   up     20200414115801  Change project index on vulnerability exports
   up     20200414144547  Remove index projects on creator id and created at from projects
   up     20200415153154  Add unique index on plan name
   up     20200415160722  Remove not null lfs objects constraint
   up     20200415161021  Remove not null ci job artifacts constraint
   up     20200415161206  Remove not null uploads constraint
   up     20200415192656  Add name regex keep to container expiration policies
   up     20200415203024  Add offset pagination plan limit
   up     20200416005331  Create status page published incidents
   up     20200416111111  Migrate vulnerability dismissals
   up     20200416120128  Add columns to terraform state
   up     20200416120354  Add locked by user id foreign key to terraform state
   up     20200417044453  Create alert management alerts
   up     20200417075843  Remove and add foreign key to project settings
   up     20200417145946  Add locked to ci job artifact
   up     20200420092011  Add profile image guidelines to appearances
   up     20200420094444  Backfill snippet repositories
   up     20200420104303  Add group import states table
   up     20200420104323  Add text limit to group import states
   up     20200420115948  Create metrics users starred dashboard
   up     20200420141733  Add index on enabled clusters
   up     20200420162730  Remove additional application settings rows
   up     20200420172113  Add text limit to sprints title
   up     20200420172752  Add sprints foreign key to projects
   up     20200420172927  Add sprints foreign key to groups
   up     20200420201933  Add check constraint to sprint must belong to project or group
   up     20200421054930  Remove index on pipeline id from ci pipeline variables
   up     20200421054948  Remove index on pipeline id from ci variables
   up     20200421092907  Add index container repository on name trigram to container repository
   up     20200421111005  Create daily build group report results
   up     20200421195234  Backfill status page published incidents
   up     20200421233150  Add foreign keys for alert management alerts
   up     20200422091541  Create ci instance variables
   up     20200422213749  Create operations strategies user lists
   up     20200423075720  Add user id foreign key to resource state events
   up     20200423080334  Add issue id foreign key to resource state events
   up     20200423080607  Add merge request id foreign key to resource state events
   up     20200423081409  Add constraint to resource state events must belong to issue or merge request
   up     20200423081441  Add foreign key from users to metrics users starred dashboars
   up     20200423081519  Add foreign key from projects to metrics users starred dashboars
   up     20200423101529  Add scheduled at to jira imports
   up     20200424043515  Drop namespaces plan
   up     20200424050250  Remove orphaned invited members
   up     20200424101920  Add text limit to metrics users starred dashboards dashboard path
   up     20200424102023  Add shared runners enabled and override to namespaces
   up     20200424135319  Create nuget dependency link metadata
   up     20200427064130  Cleanup optimistic locking nulls pt2 fixed
   up     20200428134356  Remove elastic experimental indexer from application settings
   up     20200429001827  Sprint rename state to state enum
   up     20200429002150  Cleanup sprints state rename
   up     20200429015603  Add fk to project repository storage moves
   up     20200429023324  Add composer metadata
   up     20200429181335  Add default value for file store to lfs objects
   up     20200429181955  Add default value for file store to ci job artifacts
   up     20200429182245  Add default value for store to uploads
   up     20200430103158  Create group wiki repositories
   up     20200430123614  Create project access tokens
   up     20200430130048  Create packages nuget metadata
   up     20200430174637  Create group deploy keys
   up     20200504191813  Add fingerprint to events
   up     20200504200709  Add index on fingerprint and target type to events
   up     20200505164958  Add registry settings to application settings
   up     20200505171834  Add text limit to container registry vendor
   up     20200505172405  Add text limit to container registry version
   up     20200506085748  Update undefined confidence from occurrences
   up     20200506125731  Cleanup user highest roles population
   up     20200506154421  Migrate scim identities to saml for new users
   up     20200507221434  Add container registry features to application settings
   up     20200508021128  Remove ultraauth provider from identities
   up     20200508050301  Add spam check endpoint to application settings
   up     20200508091106  Remove bot type
   up     20200508140959  Add elasticsearch pause indexing to application settings
   up     20200508203901  Add repository storages weighted to application settings
   up     20200509203901  Reseed repository storages weighted
   up     20200510181937  Add web authn xid to user details
   up     20200510182218  Add text limit to user details webauthn xid
   up     20200510182556  Add text limit to webauthn registrations name
   up     20200510182824  Add text limit to webauthn registrations credential xid
   up     20200510183128  Add foreign key from webauthn registrations to users
   up     20200511080113  Add projects foreign key to namespaces
   up     20200511083541  Cleanup projects with missing namespace
   up     20200511092246  Add epic id to resource state events
   up     20200511092505  Add foreign key to epic id on resource state events
   up     20200511092714  Update undefined confidence from vulnerabilities
   up     20200511115430  Add inherit from to services
   up     20200511115431  Add index inherit from id to services
   up     20200511121549  Add group wiki repositories shard id foreign key
   up     20200511121610  Add group wiki repositories group id foreign key
   up     20200511121620  Add group wiki repositories disk path limit
   up     20200511130129  Remove deprecated jenkins service records
   up     20200511130130  Ensure deprecated jenkins service records removal
   up     20200511145545  Change variable interpolation format in common metrics
   up     20200511162057  Add missing instance to servicess
   up     20200511162115  Add missing index to service unique instance per type
   up     20200511181027  Create test reports
   up     20200511191027  Add author foreign key to test reports
   up     20200511208012  Add pipeline foreign key to test reports
   up     20200511220023  Validate projects foreign key to namespaces
   up     20200512085150  Change default value of protected ci variables of application settings to true
   up     20200512160004  Add index to ci job artifacts for terraform reports
   up     20200512164334  Sprint make state enum not null and default
   up     20200512195442  Update index on name type eq ci build to ci builds
   up     20200513160930  Fix not null check constraint inconsistency
   up     20200513171959  Enable hashed storage
   up     20200513224143  Add section to approval merge request rule
   up     20200513234502  Fill file store lfs objects
   up     20200513235347  Fill store uploads
   up     20200513235532  Fill file store ci job artifacts
   up     20200514000009  Add not null constraint on file store to lfs objects
   up     20200514000132  Add not null constraint on store to uploads
   up     20200514000340  Add not null constraint on file store to ci jobs artifacts
   up     20200515152649  Enable btree gist extension
   up     20200515153633  Iteration date range constraint
   up     20200515155620  Add index non requested project members on source id source type
   up     20200518091745  Add index to personal access token impersonation
   up     20200518114540  Schedule fix ruby object in audit events
   up     20200518133123  Add index on starting ending at to metrics dashboard annotations
   up     20200519074709  Update resource state events constraint to support epic
   up     20200519101002  Add error message column to jira imports
   up     20200519115908  Add epics confidential index
   up     20200519141534  Add instance level variables column to plan limits
   up     20200519171058  Update index ci builds on commit id and artifacts expireatandidpartial
   up     20200519194042  Update container expiration policies defaults
   up     20200519201128  Migrate vulnerability dismissal feedback
   up     20200520103514  Add todo resolved by action
   up     20200521022725  Add experience level to user preferences
   up     20200521225327  Create alert management alert assignees
   up     20200521225337  Add foreign key to user id on alert management alert assignees
   up     20200521225346  Add foreign key to alert id on alert mangagement alert assignees
   up     20200522205606  Create group deploy keys group
   up     20200522235146  Add index on snippet type and
   up     20200524104346  Add source to resource state event
   up     20200525114553  Rename user type index
   up     20200525121014  Drop users ghost column
   up     20200525144525  Migrate stuck import jobs queue to stuck project import jobs
   up     20200526000407  Seed repository storages weighted
   up     20200526013844  Add alert events to services
   up     20200526115436  Dedup mr metrics
   up     20200526120714  Change partial indexes on services
   up     20200526142550  Drop null constraint on group import state jid
   up     20200526153844  Add issues last edited by id index
   up     20200526164946  Create operations feature flags issues
   up     20200526164947  Add foreign key to ops feature flags issues
   up     20200526193555  Add squash option to project
   up     20200526231421  Update index approval rule name for code owners rule type
   up     20200527092027  Add link type to release links
   up     20200527094322  Drop vulnerability confidence index
   up     20200527095401  Drop vulnerability occurrence confidence index
   up     20200527135313  Add requirements build reference
   up     20200527151413  Create ci build report results table
   up     20200527152116  Add foreign key to build id on build report results
   up     20200527152657  Add foreign key to project id on build report results
   up     20200527170649  Create alert management alert user mentions
   up     20200527211000  Add max import size
   up     20200527211605  Add locked to ci pipelines
   up     20200528054112  Add index to package name
   up     20200528123703  Add merge request partial index to events
   up     20200528125905  Add project id user id status ref index to ci pipelines
   up     20200528171933  Remove not null from external dashboard url
   up     20200601120434  Migrate all merge request user mentions to db
   up     20200601210148  Add dashboard timezone to project metrics setting
   up     20200602013900  Add limit to designs filename
   up     20200602013901  Cap designs filename length to new limit
   up     20200602143020  Update routes for lost and found group and orphaned projects
   up     20200603073101  Change constraint name on resource state events
   up     20200603180338  Add enforce pat expiration to application settings
   up     20200604001128  Add secrets to ci builds metadata
   up     20200604143628  Create project security settings
   up     20200604145731  Create board user preferences
   up     20200604174544  Add users foreign key to board user preferences
   up     20200604174558  Add boards foreign key to board user preferences
   up     20200605003204  Add foreign key to alert management alert user mentions
   up     20200605093113  Add ip address to audit events
   up     20200605160806  Add index on repository size and project id to project statistics
   up     20200605160836  Add index on storage size and project id to project statistics
   up     20200605160851  Add index on wiki size and project id to project statistics
   up     20200607223047  Create cluster agents
   up     20200607235435  Create cluster agent tokens
   up     20200608072931  Backfill imported snippet repositories
   up     20200608075553  Add index on user id and created at and source to ci pipelines
   up     20200608195222  Set lock version not null constraint
   up     20200608203426  Set proper lock version indices
   up     20200608205813  Set lock version to not null
   up     20200608212030  Lock version cleanup for epics
   up     20200608212435  Lock version cleanup for merge requests
   up     20200608212549  Lock version cleanup for issues
   up     20200608212652  Lock version cleanup for ci stages
   up     20200608212807  Lock version cleanup for ci builds
   up     20200608212824  Lock version cleanup for ci pipelines
   up     20200608214008  Change column default project incident management settings
   up     20200609002841  Add partial index on locked state id to merge requests
   up     20200609012539  Add traversal ids to namespaces
   up     20200609142506  Remove not null constraint from weight events table
   up     20200609142507  Remove not null constraint from milestone events table
   up     20200609142508  Remove not null constraint from state events table
   up     20200609212701  Add incident settings to all existing projects
   up     20200610033228  Create terraform state versions
   up     20200610040615  Add versioning enabled to terraform states
   up     20200610130002  Create vulnerability statistics
   up     20200611013227  Add users foreign key to terraform state versions
   up     20200613104045  Add compliance frameworks to application settings
   up     20200615083635  Add composer json to metadata
   up     20200615111857  Unconfirm wrongfully verified emails
   up     20200615121217  Add projects foreign key to project access tokens
   up     20200615123055  Add personal access token foreign key to project access tokens
   up     20200615141554  Add closed by fields to resource state events
   up     20200615193524  Add verify known sign in to application settings
   up     20200615232735  Add index to composer metadata
   up     20200615234047  Create clusters applications cilium
   up     20200616124338  Add plan limits for max size per artifact type
   up     20200616145031  Add author id index to audit events
   up     20200617000757  Clean up file store lfs objects
   up     20200617001001  Clean up store uploads
   up     20200617001118  Clean up file store ci job artifacts
   up     20200617001637  Validate file store not null constraint on lfs objects
   up     20200617001848  Validate store not null constraint uploads
   up     20200617002030  Validate file store not null constraint on ci job artifacts
   up     20200617150041  Create namespace limits
   up     20200617205000  Add deploy key id to push access levels
   up     20200618105638  Add index on id and created at to snippets
   up     20200618134223  Restore previous schema without lock version null constraint
   up     20200618134723  Restore previous schema with lock version indices
   up     20200618152212  Update secure smau index
   up     20200619000316  Add has confluence to project settings
   up     20200619154527  Add project key to jira tracker data
   up     20200619154528  Add text limit to jira tracker data project key
   up     20200622040750  Add prometheus alert id to alert management alerts
   up     20200622070606  Add vendor to vulnerability scanners
   up     20200622070620  Add limit to vulnerability scanners vendor
   up     20200622095419  Add snippets size to project statistics
   up     20200622103836  Create snippet statistics
   up     20200622104923  Create ci pipeline messages table
   up     20200622235737  Remove index ci job artifacts file store is null
   up     20200623000148  Remove index lfs objects file store is null
   up     20200623000320  Remove index uploads store is null
   up     20200623073431  Add source merge request id to resource state events
   up     20200623090030  Add author name to audit event
   up     20200623121135  Create dynamic partitions schema
   up     20200623141217  Add view diffs file by file to user preferences
   up     20200623141544  Create elastic reindexing task
   up     20200623142159  Remove gitlab issue tracker service records
   up     20200623170000  Create static partitions schema
   up     20200623185440  Add product analytics table
   up     20200624075411  Add storage size limit to plan limit
   up     20200624142107  Create analytics cycle analytics group value streams
   up     20200624142207  Add group value stream to cycle analytics group stages
   up     20200624222443  Add default branch name to application settings
   up     20200625045442  Add idx and fk for prometheus and environment to alert management alerts
   up     20200625082258  Add snippets size to root storage statistics
   up     20200625113337  Add last used to personal access tokens
   up     20200625174052  Add partial index to locked pipelines
   up     20200625190458  Add limit to default branch name to application settings
   up     20200625193358  Increase size on instance level variable values
   up     20200626060151  Add disable overriding approvers per merge request indices
   up     20200626130220  Drop partitions dynamic schema if exists
   up     20200628210938  Add maintenance mode application to settings
   up     20200629134747  Add extra index to label links
   up     20200629192638  Add uniq index on metric identifier and project
   up     20200630091656  Add bio html to user details
   up     20200630110826  Add documents count target to elastic reindexing tasks
   up     20200701064756  Add not valid foreign key to cycle analytics group stages
   up     20200701070435  Add default value stream to groups with group stages
   up     20200701091253  Validate foreign key on cycle analytics group stages
   up     20200701093859  Add import export limits to application settings
   up     20200701190523  Add delayed project removal to namespaces
   up     20200701205710  Create background migration jobs
   up     20200701221303  Change default value of ci max artifact size terraform of plan limits from 0 to 5
   up     20200702123805  Change project id index to be unique on vulnerability statistics table
   up     20200702201039  Change prometheus metrics identifier index
   up     20200703035021  Add notes to timelogs
   up     20200703064117  Generate missing routes for bots
   up     20200703121557  Remove f keys from ci daily report results table
   up     20200703124823  Create namespace settings
   up     20200703125016  Backfill namespace settings
   up     20200703154822  Add issues enabled to jira tracker data
   up     20200703165434  Drop temporary table untracked files for uploads if exists
   up     20200704143633  Add index on user id and created at where source to ci pipelines
   up     20200704161600  Add index on id and status and created at to deployments
   up     20200706005325  Remove elastic batch project indexer worker queue
   up     20200706035141  Adjust unique index alert management alerts
   up     20200706154619  Drop ci daily report results table
   up     20200706170536  Add temporary storage increase to namespace limits
   up     20200707071941  Drop old non unique index on mr metrics
   up     20200707094341  Add browser performance to plan limits
   up     20200707095849  Add load performance to plan limits
   up     20200708080631  Add pager duty integration columns to project incident management settings
   up     20200709101408  Schedule populate project snippet statistics
   up     20200710102418  Delete user callout alerts moved
   up     20200710102846  Drop index ruby objects in details on audit events
   up     20200710105332  Change issues create limit default
   up     20200710113437  Add container registry delete tags service timeout to application settings
   up     20200710130234  Add limit constraints to project incident management settings token
   up     20200710152642  Add verification state to terraform states
   up     20200710153009  Add verification failure limit and index to terraform states
   up     20200712084655  Create dast sites
   up     20200712235622  Create dast site profiles
   up     20200713071042  Confirm project bot users
   up     20200713141854  Add wiki page max content bytes to application settings
   up     20200713152443  Add background migration job index for partitioning migrations
   up     20200714075739  Schedule populate personal snippet statistics
   up     20200715124210  Add target details to audit event
   up     20200715135130  Create vulnerability historical statistics
   up     20200715171155  Add deployment type to tracker
   up     20200715202659  Add index on package files file store
   up     20200716044023  Add entity path to audit events
   up     20200716120000  Partition audit events
   up     20200716120419  Add text limit on entity path to audit events
   up     20200716145156  Add text limit to audit event target details
   up     20200716234259  Remove duplicate labels from group
   up     20200716234518  Add uniqueness index to label title and group
   up     20200717040735  Change aws roles role arn null
   up     20200717080257  Add prevent forking to namespace settings
   up     20200717163656  Add moved project to notification settings
   up     20200718040100  Add index on merge request diffs external diff store
   up     20200718040200  Add index on terraform states file store
   up     20200718040300  Add index on vulnerability exports file store
   up     20200720053909  Add elasticsearch indexed file size limit kb to application settings
   up     20200720154007  Create vulnerabilities export verification status
   up     20200720154123  Add external to custom emoji
   up     20200720191134  Add blocking issues count to issues
   up     20200721034536  Add issue type to issues
   up     20200721043502  Add issue type index to issues
   up     20200721052853  Create dast scanner profile
   up     20200721140507  Update index for coverage fuzzing telemetry
   up     20200721230558  Add index to projects aimed for deletion
   up     20200722075411  Add ci needs size limit to plan limit
   up     20200722084623  Add default membership role to saml provider
   up     20200722091435  Add relative position to design management designs
   up     20200722131241  Create resource iteration events table
   up     20200722132040  Add users fk to resource iteration events table
   up     20200722132540  Add issues fk to resource iteration events table
   up     20200722133040  Add merge requests fk to resource iteration events table
   up     20200722133540  Add iterations fk to resource iteration events table
   up     20200722202318  Backfill partitioned audit events
   up     20200723040950  Migrate incident issues to incident type
   up     20200723125205  Add target project id to mr metrics
   up     20200723128332  Add fk to metrics target project
   up     20200723132258  Schedule copy of mr target project id to mr metrics
   up     20200724100123  Add index on vulnerability historical statistics date
   up     20200724100421  Remove updated at from audit events
   up     20200724130639  Backfill designs relative position
   up     20200727082309  Remove index chat name service
   up     20200727100631  Remove again gitlab issue tracker service records
   up     20200727114147  Remove title and description from services
   up     20200727142337  Update defaults for sca artifacts
   up     20200728080250  Replace unique index on cycle analytics stages
   up     20200728163009  Add deployment events to web hooks
   up     20200728174137  Add index on design management designs issue id and relative position and
   up     20200728175710  Add enforce namespace storage limit to application settings
   up     20200728182311  Add o auth paths to protected paths
   up     20200729151021  Add after expiry notification delivered to personal access tokens
   up     20200729175935  Add dashboard path to prometheus metrics
   up     20200729180539  Add can push to group deploy keys groups
   up     20200729181641  Add index to resource milestone events add events
   up     20200729191227  Add runbook to prometheus alert
   up     20200729200808  Add text limit to runbook on prometheus alerts
   up     20200729202222  Add index to ci pipeline project id created at
   up     20200730044810  Add indexes to resource label events to support vsa
   up     20200730083043  Replace index for service usage data
   up     20200730131946  Add hide lists to boards
   up     20200730133730  Remove table vulnerability export verification status
   up     20200730210506  Add text limit to dashboard path
   up     20200731085019  Create experiment
   up     20200731090553  Create experiment user
   up     20200731201408  Add foreign key to experiment on experiment users
   up     20200731201834  Add foreign key to user on experiment users
   up     20200803111512  Add group id to services
   up     20200803112806  Add index group id to services
   up     20200803125340  Create raw usage data
   up     20200804035230  Add partial index on id to merge request diffs
   up     20200804041018  Add default value for external diff store to merge request diffs
   up     20200804041930  Add not null constraint on external diff store to merge request diffs
   up     20200804222543  Add resolved on default branch into vulnerabilities table
   up     20200805071842  Add index on end date and namespace id to gitlab subscriptions
   up     20200805150316  Create ci pipeline artifact
   up     20200805151001  Add foreign key to pipeline id on pipeline artifact
   up     20200805151726  Add foreign key to project id on pipeline artifact
   up     20200805152108  Migrate null external diff store to local value
   up     20200806004232  Add default value for file store to package files
   up     20200806004742  Add not null constraint on file store to package files
   up     20200806172909  Add partial index on id to package files
   up     20200806173633  Migrate null package files file store to local value
   up     20200807070820  Add index for compliance merged merge request to events
   up     20200807110237  Add migration index to vulnerabilities occurrences
   up     20200807132726  Add delete original index at to reindexing tasks
   up     20200807150937  Add file count to merge request diffs
   up     20200807152315  Backfill merge request diffs files counts
   up     20200808221641  Add index for license compliance artifacts
   up     20200809221641  Migrate license management artifacts to license scanning
   up     20200810100921  Add target type to audit event
   up     20200810101029  Add text limit to audit event target type
   up     20200810152043  Add expire at to ci pipeline artifact
   up     20200810160355  Add not null constraint to ci pipeline artifact file
   up     20200810191256  Remove pipeline id from test reports
   up     20200811055018  Remove not null constraint on type from audit events
   up     20200811130000  Create index vulnerabilities feedback issue id not null
   up     20200811130433  Create missing vulnerabilities issue links
   up     20200811154630  Add gitpod application settings
   up     20200811154631  Add gitpod application settings text limit
   up     20200811154632  Add gitpod user preferences
   up     20200811194848  Add default value for file store to pipeline artifact
   up     20200811211536  Add index to ci job artifacts for terraform reports
   up     20200812112204  Add index to mr metrics target project
   up     20200812150810  Add verification state to snippet repository
   up     20200812150811  Add verification failure to snippet repository
   up     20200812150812  Add verification failure index to snippet repository
   up     20200813135558  Create ci deleted objects
   up     20200813143304  Add new external diff migration index
   up     20200813143356  Remove old external diff migration index
   up     20200813153434  Import latest common metrics
   up     20200817070126  Update index secure for coverage fuzzing telemetry
   up     20200817100710  Add section and created at codeowner approval merge request index
   up     20200817142800  Add pipeline artifacts size to project statistics
   up     20200817195628  Add modified to approval merge request rule
   up     20200818052219  Add kubernetes version to cluster providers aws
   up     20200818092401  Add checksum to build chunk
   up     20200818171229  Add package max file size to plan limits
   up     20200819082334  Remove default from services
   up     20200819113644  Add target id to audit events
   up     20200819192143  Add emails user id foreign key
   up     20200819202048  Remove orphaned emails
   up     20200819202222  Validate emails user id foreign key
   up     20200820105408  Add index to container scanning findings
   up     20200820130839  Add auto close incident to project incident management settings
   up     20200820204041  Create ci platform metrics
   up     20200821034419  Add unique index for generic packages
   up     20200821194920  Create atlassian identities
   up     20200821224343  Schedule populate vulnerability historical statistics
   up     20200824045812  Add generic package max file size to plan limits
   up     20200824124623  Create issuable severities
   up     20200824130028  Remove index on users bio
   up     20200824130447  Remove users bio column
   up     20200825071735  Create merge request reviewers
   up     20200825081025  Boards epic user preferences
   up     20200825081035  Boards epic user preferences fk board
   up     20200825081045  Boards epic user preferences fk user
   up     20200825081055  Boards epic user preferences fk epic
   up     20200825084819  Create security findings table
   up     20200825154237  Update package file size plan limits defaults
   up     20200825180050  Add pipeline artifacts size to root storage statistics
   up     20200826053152  Add index on ci pipelines source for on demand dast
   up     20200826073745  Add default to ci pipeline locked
   up     20200826092324  Add projects index on import type creator id created at
   up     20200826121552  Remove ci job artifacts locked
   up     20200826212800  Add index on merge request id and rule type to approval merge request rule
   up     20200826220745  Add compound index on vulnerabilities for background migration
   up     20200826220746  Schedule populate resolved on default branch column
   up     20200827005322  Add creator id to packages
   up     20200827060911  Add merge request foreign key to merge request reviewers
   up     20200827060932  Add user foreign key to merge request reviewers
   up     20200827085101  Add seats currently in use in gitlab subscriptions
   up     20200827102234  Add ci job artifact id to pages metadata
   up     20200827104432  Add foreign key to artifacts archive id in pages metadata
   up     20200827114902  Create analytics instance statistics measurements
   up     20200827142811  Create merge request diff details
   up     20200827150057  Add index expire at to pipeline artifacts
   up     20200828155134  Add foreign key on scan id to security scans
   up     20200828155205  Add foreign key on scanner id to vulnerability scanners
   up     20200830201204  Add index to package creator
   up     20200831065320  Add not valid not null constraint to mr metrics
   up     20200831065322  Add tmp index to target project
   up     20200831065705  Ensure target project id is filled
   up     20200831074356  Validate not null constraint on mr metrics
   up     20200831204646  Add project feature flags to plan limits
   up     20200831222347  Insert project feature flags plan limits
   up     20200831224343  Populate vulnerability historical statistics for year
   up     20200901170135  Backfill modified column for approval merge request rules
   up     20200901203055  Add id created at index to packages
   up     20200901212304  Drop code owner column from approval merge request rule
   up     20200901214416  Change pypi python version type
   up     20200902135542  Update package max file size plan limits
   up     20200903054946  Add elasticsearch client timeout
   up     20200903064431  Add created at index to audit events
   up     20200903092241  Add index to resource iteration events add events
   up     20200904092131  Add merge ref sha to merge requests
   up     20200904131544  Create ci build pending states
   up     20200904174901  Backfill cleanup for partitioned audit events
   up     20200905013247  Add golang package max file size to plan limits
   up     20200907021256  Create dast site tokens
   up     20200907062101  Create dast site validations
   up     20200907092610  Add user id to group import states
   up     20200907092715  Add not null constraint to user on group import states
   up     20200907124300  Complete namespace settings migration
   up     20200908033805  Add dast site validation id to dast site
   up     20200908064229  Add partial index to ci builds table on user id name
   up     20200908094810  Add new setting to namespace setting
   up     20200908095446  Update location fingerprint column for cs
   up     20200908100053  Create authentication events
   up     20200908183231  Add check positive constraint to ci platform metrics
   up     20200908212414  Add feature flag events to web hooks
   up     20200909040555  Create package events
   up     20200909083339  Add change reviewer merge request to notification settings
   up     20200909161624  Cleanup group import states with null user
   up     20200909194014  Change pypi python version type cleanup
   up     20200909194524  Increase pypi version size
   up     20200910131217  Tmp index for fixing inconsistent vulnerability occurrences
   up     20200910131218  Remove duplicated cs findings
   up     20200910155617  Backfill jira tracker deployment type
   up     20200910170908  Ensure filled external diff store on merge request diffs
   up     20200910175553  Validate not null external diff store on merge request diffs
   up     20200911120132  Create pages deployments
   up     20200911121027  Add pages deployment project foreign key
   up     20200911121048  Add pages deployment ci build foreign key
   up     20200912152943  Rename admin notification email application setting
   up     20200912153218  Cleanup admin notification email application setting rename
   up     20200912193210  Add scheduling issues temp indexes
   up     20200913115700  Add kroki application settings
   up     20200914070140  Add expiration policy started at to container repositories
   up     20200914091326  Change build pending state enums
   up     20200914104642  Modify merge request api index
   up     20200914105202  Remove old merge request api index
   up     20200914155135  Add deduplicated flag into security findings table
   up     20200914183227  Add index on deduplicated column of security findings
   up     20200914184212  Remove index on security findings scan
   up     20200915044225  Schedule migration to hashed storage
   up     20200915134004  Add indices to approval project rules
   up     20200915152641  Add verification state to terraform state version
   up     20200915164448  Add verification failure limit to terraform state version
   up     20200915164844  Add verification failure index to terraform state version
   up     20200915185707  Ensure filled file store on package files
   up     20200915191156  Validate not null file store on package files
   up     20200916081749  Remove cycle analytics total stage data
   up     20200916120837  Add index to members for unaccepted invitations
   up     20200916135044  Add state id index to merge requests
   up     20200916151442  Add result index to authentication events
   up     20200916165232  Add debian max file size to plan limits
   up     20200917121650  Add help page documentation url to application settings
   up     20200917135802  Remove duplicated cs findings without vulnerability
   up     20200917165525  Update index on namespaces for type and
   up     20200919200318  Add default branch name to namespace settings
   up     20200919204155  Add text limit to namespace settings default branch name
   up     20200920130356  Add container expiration policy worker settings to application settings
   up     20200921093826  Add index to user preferences
   up     20200921113722  Add text limit to help page documentation url
   up     20200921130028  Add pages deployment id to pages metadata
   up     20200921131313  Add foreign key to pages deployment id in project pages metadata
   up     20200921203231  Remove duplicate cluster agents index
   up     20200922052316  Create issue email participants
   up     20200922054642  Drop snowplow iglu registry url from application settings
   up     20200922075244  Add compliance framework model
   up     20200922093004  Add postgres index view
   up     20200922095954  Remove instance statistics visibility private from application settings
   up     20200922133949  Create bulk import
   up     20200922170907  Change index on pipeline status
   up     20200922231755  Remove created by user id from cluster providers aws
   up     20200923071622  Add description to requirements
   up     20200923071644  Add text limit to requirements description
   up     20200923102312  Update programming language colors
   up     20200923130057  Remove tmp container scanning index
   up     20200923140404  Add postgres reindex actions table
   up     20200924035825  Add options to dast scanner profile
   up     20200925112104  Create bulk import configurations
   up     20200925114522  Create bulk import entities
   up     20200925125321  Add u2f id to webauthn registration
   up     20200925153423  Add bulk import foreign key to bulk import entities
   up     20200925193815  Add parent foreign key to bulk import entities
   up     20200925193906  Add namespace foreign key to bulk import entities
   up     20200925194006  Add project foreign key to bulk import entities
   up     20200927224750  Add incident issue type index to issues
   up     20200928095732  Add state to dast site validation
   up     20200928100408  Add text limit to dast site validation state
   up     20200928123510  Add expiration policy cleanup status to container repositories
   up     20200928125258  Add foreign key to u2f reg id in webauthn regs
   up     20200928131934  Create required code owners sections
   up     20200928164807  Add index on vulnerabilities state case
   up     20200928203531  Create alert management http integrations
   up     20200928210524  Add http integrations project foreign key
   up     20200928233632  Remove terraform state verification indexes
   up     20200929032729  Add sla minutes to project incident management settings
   up     20200929052138  Create initial versions for pre versioning terraform states
   up     20200929063159  Add require admin approval after user signup to application settings
  down    20200929113254  Remove type from audit events
  down    20200929114107  Schedule migrate u2f webauthn
   up     20200930094812  Update postgres indexes view
   up     20200930131343  Add index on project id and sha to deployments
   up     20200930132319  Add api fuzzing to plan limits
  down    20200930144340  Set job waiter ttl
  down    20201001022100  Validate designs filename text limit
  down    20201001101136  Remove index on issues relative position
   up     20201002012659  Add issuable sla table
  down    20201002094617  Remove container scanning report type index
  down    20201002175953  Add index for merged merge requests
   up     20201004163918  Remove project id and id index from vulnerabilities table
   up     20201005092703  Add namespace column to frameworks
   up     20201005092709  Remove compliance frameworks group id fk
   up     20201005092753  Add framework id to project framework settings
  down    20201005094331  Migrate compliance framework enum to database framework record
  down    20201005153955  Add not null constraint to compliance project settings
   up     20201006014605  Add automatic purchased storage allocation to application settings
   up     20201007115209  Add lock version to ci build trace chunk
   up     20201008011523  Add ci jwt signing key to application settings
   up     20201008011937  Add text limit to application settings encrypted ci jwt signing key iv
   up     20201008013434  Generate ci jwt signing key
   up     20201008075620  Add releases events to web hooks
   up     20201008125643  Create csv issue imports
   up     20201008144854  Set regex defaults on container expiration policies
   up     20201008224441  Add position into security findings
   up     20201009090954  Add index with project id to container expiration policies
   up     20201011005400  Add text limit to application settings kroki url
   up     20201012073022  Remove not null constraint on framework
   up     20201012122428  Add container registry expiration policies worker capacity constraint
   up     20201012134230  Create ci test cases
   up     20201012135330  Create ci test case failures
   up     20201012140110  Add projects fk to ci test cases
   up     20201012140452  Add ci builds fk to ci test case failures
   up     20201012194936  Create saml group links
  down    20201014142521  Schedule sync blocking issues count
   up     20201014163633  Specify primary key where missing
   up     20201014205300  Drop backfill jira tracker deployment type jobs
  down    20201015073808  Schedule blocked by links replacement
   up     20201015121805  Add project foreign key to csv issue imports
   up     20201015121825  Add user foreign key to csv issue imports
  down    20201015154527  Add index on services for usage data
   up     20201015194852  Add index on state for dast site validations
   up     20201015231049  Add ci build id to terraform state versions
   up     20201016074302  Add index project id and id to container repositories
   up     20201019091307  Add unique index on scan id and position of security findings
  down    20201019094741  Rename sitemap root namespaces
   up     20201019101549  Add es custom analyzers settings
   up     20201019111952  Add sha256 and filecount to pages deployments
   up     20201019113009  Add new user signups cap to application settings
   up     20201019130244  Remove license compliance temp index
   up     20201019152046  Add default branch to daily build group report result
   up     20201019161924  Add partitioned table view
   up     20201019172704  Add partitions view
  down    20201020102551  Remove index service for usage data
   up     20201021085007  Create analytics devops adoption segments
   up     20201021101956  Add index route on name trigram to route
   up     20201021102554  Create analytics devops adoption segment selections
   up     20201021105347  Add foreign key project id to segment selection
   up     20201021105600  Add foreign key group id to segment selection
   up     20201021105959  Add check constraint to segment selection
   up     20201021142812  Add index to ci daily build group report results
   up     20201021152210  Add secret detection token revocation application settings
   up     20201021155606  Add analytics access level to project features
   up     20201021190539  Add text limit to secret detection token revocation application settings
   up     20201021220101  Add merge trains enabled
   up     20201022080802  Add repository read only to snippets
   up     20201022094845  Add historical data recorded at
   up     20201022094846  Update historical data recorded at
   up     20201022103304  Add availability to user statuses
   up     20201022144501  Create snippet repository storage move
   up     20201022191817  Add has vulnerabilities into project settings
   up     20201022192254  Index project settings on project id partially
   up     20201023114628  Create merge request cleanup schedules
  down    20201026051643  Remove scanned resources count from security scans
  down    20201026182253  Schedule populate vulnerability feedback pipeline
  down    20201026185514  Ensure u2f registrations migrated
   up     20201026200736  Seed merge trains enabled
   up     20201027002551  Migrate services to http integrations
   up     20201027135651  Add auto rollback setting
   up     20201027210127  Add index to oauth access grants resource owner
   up     20201027211138  Increase default diff max patch bytes
   up     20201028160831  Add temporary index to vulnerabilities table
  down    20201028160832  Schedule populate missing dismissal information for vulnerabilities
  down    20201028182809  Backfill jira tracker deployment type2
   up     20201028184640  Add helm major version to clusters
   up     20201028204306  Migrate default diff max patch bytes to minimum 200kb
  down    20201029052241  Migrate geo blob verification primary worker sidekiq queue
   up     20201029143650  Rename application settings to allow deny names
  down    20201029144157  Cleanup application settings to allow deny rename
   up     20201029144444  Create vulnerability finding links
   up     20201029144524  Add index to releases
   up     20201030092151  Add requirements access level to project features
  down    20201030121314  Schedule update existing users that require two factor auth
   up     20201030200115  Add iid to design management design
   up     20201030200539  Add index on design management designs iid project
  down    20201030203854  Backfill design iids
   up     20201030223933  Add ci pipeline deployments to plan limits
  down    20201102073808  Schedule blocked by links replacement second try
  down    20201102112206  Rename sitemap namespace
  down    20201102114018  Remove storage size limit from application settings
  down    20201102152554  Add not null check on iid on design manangement designs
  down    20201102152945  Truncate security findings table
   up     20201102184743  Add index to incident issues on project and created at
  down    20201103013242  Remove terraform state verification columns
   up     20201103045515  Add issuable metric images
   up     20201103095752  Add issues closed at index
  down    20201103110018  Schedule merge request cleanup schedules backfill
   up     20201103171537  Add index active billable users to user
   up     20201103184333  Create packages package file build infos
  down    20201103192526  Schedule populate has vulnerabilities
   up     20201103202213  Update packages build infos index
  down    20201104124300  Ensure namespace settings creation
   up     20201104142036  Add index to merge request metrics target project
   up     20201104204739  Create bulk import trackers
   up     20201105021637  Add uploads size to project statistics
   up     20201105024127  Add uploads size to namespace root storage statistics
   up     20201105135051  Change default value of ci max artifact size lsif of plan limits from20 to100
   up     20201105143211  Add vulnerabilities enabled and issuetype to jira tracker data
   up     20201105143312  Add text limit to jira tracker data issuetype
  down    20201106082723  Add merge request jira reference indexes
   up     20201106134139  Add pipelines created index
  down    20201106134950  Deduplicate epic iids
   up     20201106135608  Remove redundant pipelines index
   up     20201106193452  Add converted at to experiment users
   up     20201107032257  Add default true require admin approval after user signup to application settings
   up     20201109080645  Create vulnerability remediations table
   up     20201109080646  Create vulnerability findings remediations join table
  down    20201109114603  Schedule remove inaccessible epic todos
   up     20201109144634  Add region field to aws role
   up     20201109180311  Add secret detection revocation token types application settings
   up     20201109184023  Add text limit to secret detection revocation token types application settings
   up     20201110035029  Created index for vulnerability occurrences on project fingerprint
   up     20201110110454  Extend postgres indexes view
   up     20201110133629  Change index mr metrics target project
  down    20201110161542  Cleanup transfered projects shared runners
   up     20201110221400  Create experiment subjects
   up     20201111051655  Add foreign key to experiment subjects on user
   up     20201111051847  Add foreign key to experiment subjects on group
   up     20201111051904  Add foreign key to experiment subjects on project
   up     20201111100136  Create analytics devops adoption snapshots
   up     20201111110318  Add cloud license auth token to settings
   up     20201111110918  Add cloud license auth token application settings text limit
   up     20201111115414  Create incident management oncall schedules
   up     20201111145317  Add relation to indexes view
   up     20201111152859  Add missing expression indexes
   up     20201112132808  Create bulk import failures
  down    20201112145311  Add index on sha for initial deployments
   up     20201112173532  Add verification state to package files
   up     20201112173911  Add index on verification state on package files
   up     20201112195322  Reseed merge trains enabled
   up     20201112215028  Add partitioned audit event indexes
   up     20201112215132  Swap partitioned audit events
  down    20201113105000  Update index secure for api fuzzing telemetry
   up     20201116090328  Add regulated to compliance frameworks
   up     20201116211829  Create user permission export uploads
   up     20201117054609  Add cloud license enabled to settings
   up     20201117075742  Change webauthn xid length
   up     20201117153333  Add index on package size and project id to project statistics
   up     20201117184334  Add index to project repositories shard id project
   up     20201117203224  Add iteration id to boards table
   up     20201117213024  Add iteration id index to boards table
   up     20201118093135  Create namespace onboarding actions
   up     20201119031515  Add iteration id to lists
   up     20201119053603  Add iteration lists foreign key
  down    20201119092319  Schedule repopulate historical vulnerability statistics
   up     20201119125730  Add web hooks service foreign key
   up     20201119133534  Add personal access token prefix to application setting
   up     20201119133604  Add text limit to application setting personal access token prefix
   up     20201119162801  Change services inherit from id foreign key
   up     20201119164605  Add checksum into vulnerability remediations
   up     20201119213406  Change terraform versioning enabled default
  down    20201120071303  Drop feature filter type from user preferences
   up     20201120125953  Replace unused labels index
  down    20201120140210  Add runner id and id desc index to ci builds
   up     20201123081307  Add operations project feature to metrics
   up     20201123161611  Add provisioned by group to user details
   up     20201124030537  Create incident management on call rotations
   up     20201124075951  Create vulnerability external links
  down    20201124122817  Populate remaining missing dismissal information for vulnerabilities
  down    20201124185639  Remove unused indexes
   up     20201125030847  Create dependency proxy manifests
   up     20201125233219  Add incident management on call participants
   up     20201126165919  Add epic boards
   up     20201126172030  Add feed token off to settings
   up     20201126190039  Add epic board labels
   up     20201127141433  Add other role to user details
   up     20201127170848  Add index bloat estimate view
  down    20201130103926  Schedule populate dismissed state for vulnerabilities
   up     20201201033202  Add verification indexes for package files
   up     20201201034258  Add index for non system noteables
   up     20201201161655  Add primary key to elastic search indexed projects
   up     20201201163227  Add finding uuid to vulnerability feedback
   up     20201201175656  Add index vulnerabilities on project id and state and severity
   up     20201201190002  Add other context to experiment user
   up     20201201192112  Add primary key to elastic search indexed namespaces
   up     20201202003042  Add epic board positions
   up     20201202025644  Add column to security findings
   up     20201202025937  Add index to security findings uuid
   up     20201202133606  Add sorted to merge request diffs
   up     20201202142751  Drop index vulnerabilities on project
   up     20201202150001  Add details to vulnerability findings
   up     20201202155913  Add primary key to merge request context commit diff files
   up     20201202160105  Add group file name index to dependency proxy manifests
   up     20201202161021  Remove redundant index on merge request context commit diff files
  down    20201203123201  Remove orphan service hooks
   up     20201203123524  Add domain enum to alerts
   up     20201203144655  Add allow to edit commit to project settings
   up     20201203171631  Add index to domain
   up     20201204085522  Add project id into vulnerability remediations
   up     20201204090855  Add compound index to vulnerability remediations table
   up     20201204105300  Create packages debian file metadata
   up     20201204110700  Create packages debian project distributions
   up     20201204110800  Create packages debian group distributions
   up     20201204111000  Create packages debian project architectures
   up     20201204111100  Create packages debian group architectures
   up     20201204141038  Add trace bytesize to ci build pending states
   up     20201204193952  Keep latest artifact project level
   up     20201204205814  Add member events to web hooks
   up     20201204215353  Add pull mirror interval to plan limits
  down    20201207151651  Truncate security findings table 2
  down    20201207165956  Remove duplicate services
   up     20201208081429  Update internal ids last value for epics renamed
   up     20201208143911  Add approvals created at index
  down    20201208175117  Schedule backfilling artifact expiry migration
   up     20201208181411  Remove temporary blocking issues index
   up     20201208210209  Create incident management oncall shifts
   up     20201209154746  Expand ci pipelines index on ci ref
   up     20201209163958  Add code challenge to oauth access grants
   up     20201209193551  Add version sha cache to composer metadata
   up     20201210101250  Add index projects on import type and creator
   up     20201210175044  Add index to snippet on project
   up     20201211042306  Add deployments finder by finished at index
  down    20201211090634  Schedule populate finding uuid for vulnerability feedback
   up     20201211145950  Add bloat estimate to reindex action
   up     20201214000000  Change mr allow maintainer to push default
   up     20201214032220  Add has external wiki trigger
   up     20201214084105  Add expiration policy completed at to container repositories
   up     20201214111858  Add container registry cleanup tags service max list size to application settings
   up     20201214112752  Add app settings container reg cleanup tags service max list size constraint
   up     20201214113729  Add custom mapping columns to http integrations
   up     20201214184020  Add epic board list
   up     20201215084652  Delete mock deployment service records
   up     20201215132151  Change unique index on security findings
   up     20201215205404  Create namespace package settings
   up     20201216151616  Add squash commit sha index
   up     20201216154457  Add devops adoption snapshot range end
  down    20201216185336  Add devops adoption snapshot not null
   up     20201217070530  Add group merge request approval settings
   up     20201217111448  Change pages deployment size to bigint
  down    20201217112249  Change pages deployment size to bigint cleanup
   up     20201217132603  Create elastic reindexing subtasks
   up     20201221124036  Add devops snapshot index
   up     20201221213415  Change clusters helm major version default to 3
   up     20201222151823  Update trusted apps to confidential
  down    20201223012231  Reindex ci pipelines on schedule id and
   up     20201223114050  Add restrict user defined variables to project settings
   up     20201224144948  Migrate coverage report worker
   up     20201228184500  Add dismissal reason into vulnerability feedback table
   up     20201229105948  Add invisible captcha enabled to settings
   up     20201230161206  Add rate limiting response text to application settings
   up     20201230180202  Create onboarding progress
   up     20210101110640  Set limit for rate limiting response text
   up     20210102164121  Drop temporary index on ci builds
   up     20210104163218  Add epic board position index
  down    20210105103649  Delete column group id on compliance framework
   up     20210106153021  Drop tmp index on emails
  down    20210107194543  Remove alerts service records
   up     20210108161039  Update max import size default
   up     20210112084512  Drop tmp index on emails again
  down    20210112143418  Remove duplicate services2
   up     20210114033715  Remove group id title index
  down    20210115215854  Cancel artifact expiry backfill

Possible fixes

Skip the migration 20200929113254 and remove the column :type manually from the audit_events tables.

ZD

Edited by Julius Kvedaras