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
d91e7bf9
Commit
d91e7bf9
authored
Sep 22, 2020
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop Iglu registry URL column
Second step for 3-release column removal
parent
80ca9033
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
changelogs/unreleased/244828-drop-iglu-registry-url-column.yml
...elogs/unreleased/244828-drop-iglu-registry-url-column.yml
+5
-0
db/post_migrate/20200922054642_drop_snowplow_iglu_registry_url_from_application_settings.rb
...p_snowplow_iglu_registry_url_from_application_settings.rb
+9
-0
db/schema_migrations/20200922054642
db/schema_migrations/20200922054642
+1
-0
db/structure.sql
db/structure.sql
+0
-1
No files found.
changelogs/unreleased/244828-drop-iglu-registry-url-column.yml
0 → 100644
View file @
d91e7bf9
---
title
:
Drop Iglu registry URL column
merge_request
:
42939
author
:
type
:
removed
db/post_migrate/20200922054642_drop_snowplow_iglu_registry_url_from_application_settings.rb
0 → 100644
View file @
d91e7bf9
# frozen_string_literal: true
class
DropSnowplowIgluRegistryUrlFromApplicationSettings
<
ActiveRecord
::
Migration
[
6.0
]
DOWNTIME
=
false
def
change
remove_column
:application_settings
,
:snowplow_iglu_registry_url
,
:string
,
limit:
255
end
end
db/schema_migrations/20200922054642
0 → 100644
View file @
d91e7bf9
ad63096e49440f7f2a15ea2747689ca39f52fdcebc1949a1feed82a22f432e9e
\ No newline at end of file
db/structure.sql
View file @
d91e7bf9
...
...
@@ -9196,7 +9196,6 @@ CREATE TABLE application_settings (
throttle_incident_management_notification_enabled
boolean
DEFAULT
false
NOT
NULL
,
throttle_incident_management_notification_period_in_seconds
integer
DEFAULT
3600
,
throttle_incident_management_notification_per_period
integer
DEFAULT
3600
,
snowplow_iglu_registry_url
character
varying
(
255
),
push_event_hooks_limit
integer
DEFAULT
3
NOT
NULL
,
push_event_activities_limit
integer
DEFAULT
3
NOT
NULL
,
custom_http_clone_url_root
character
varying
(
511
),
...
...
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