Merge remote-tracking branch 'origin/develop' into link-tag-fix
This commit is contained in:
commit
872729dc7e
2 changed files with 5 additions and 2 deletions
|
@ -142,6 +142,8 @@ docker:
|
|||
cache: {}
|
||||
services:
|
||||
- docker:20.10.17-dind
|
||||
tags:
|
||||
- dind
|
||||
# https://medium.com/devops-with-valentine/how-to-build-a-docker-image-and-push-it-to-the-gitlab-container-registry-from-a-gitlab-ci-pipeline-acac0d1f26df
|
||||
script:
|
||||
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin
|
||||
|
|
|
@ -10,7 +10,7 @@ def up do
|
|||
|> execute()
|
||||
end
|
||||
|
||||
# 20210717000000_add_poll_to_notifications_enum.exs
|
||||
# 20220319000000_add_status_to_notifications_enum.exs
|
||||
def down do
|
||||
alter table(:notifications) do
|
||||
modify(:type, :string)
|
||||
|
@ -37,7 +37,8 @@ def down do
|
|||
'reblog',
|
||||
'favourite',
|
||||
'pleroma:report',
|
||||
'poll'
|
||||
'poll',
|
||||
'status'
|
||||
)
|
||||
"""
|
||||
|> execute()
|
||||
|
|
Loading…
Reference in a new issue