Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
79c9a617
Commit
79c9a617
authored
Apr 02, 2020
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix structure.sql sort order
file_sha256 bytea put in abc order
parent
ab54df1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db/structure.sql
db/structure.sql
+2
-2
No files found.
db/structure.sql
View file @
79c9a617
...
@@ -4391,12 +4391,12 @@ CREATE TABLE public.packages_package_files (
...
@@ -4391,12 +4391,12 @@ CREATE TABLE public.packages_package_files (
file_sha1
bytea
,
file_sha1
bytea
,
file_name
character
varying
NOT
NULL
,
file_name
character
varying
NOT
NULL
,
file
text
NOT
NULL
,
file
text
NOT
NULL
,
file_sha256
bytea
,
verification_retry_at
timestamp
with
time
zone
,
verification_retry_at
timestamp
with
time
zone
,
verified_at
timestamp
with
time
zone
,
verified_at
timestamp
with
time
zone
,
verification_checksum
character
varying
(
255
),
verification_checksum
character
varying
(
255
),
verification_failure
character
varying
(
255
),
verification_failure
character
varying
(
255
),
verification_retry_count
integer
,
verification_retry_count
integer
file_sha256
bytea
);
);
CREATE
SEQUENCE
public
.
packages_package_files_id_seq
CREATE
SEQUENCE
public
.
packages_package_files_id_seq
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment