Commit 487dfcce authored by Toon Claes's avatar Toon Claes

Merge branch 'aa-fix-structure-verification_retry_count-file_sha256' into 'master'

Fix structure.sql sort order

See merge request gitlab-org/gitlab!28635
parents 3aaa0b21 79c9a617
......@@ -4391,12 +4391,12 @@ CREATE TABLE public.packages_package_files (
file_sha1 bytea,
file_name character varying NOT NULL,
file text NOT NULL,
file_sha256 bytea,
verification_retry_at timestamp with time zone,
verified_at timestamp with time zone,
verification_checksum character varying(255),
verification_failure character varying(255),
verification_retry_count integer,
file_sha256 bytea
verification_retry_count integer
);
CREATE SEQUENCE public.packages_package_files_id_seq
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment