~edwargix/git.sr.ht

1c892a3569c7332eef89cd817d515f7f0d8e9fd9 — наб 4 years ago f76de68
Re-run the git-daemon-export-ok migration
A gitsrht/alembic/versions/01412986a44d_create_git_daemon_export_ok_files_again.py => gitsrht/alembic/versions/01412986a44d_create_git_daemon_export_ok_files_again.py +20 -0
@@ 0,0 1,20 @@
"""Create git-daemon-export-ok files again

Revision ID: 01412986a44d
Revises: dacab1dcba45
Create Date: 2020-08-18 23:58:45.590223

"""

# revision identifiers, used by Alembic.
revision = '01412986a44d'
down_revision = 'dacab1dcba45'

import sys
import os
sys.path.append(os.path.dirname(__file__))
import a8ad35a0bee7_create_git_daemon_export_ok_files


upgrade   = a8ad35a0bee7_create_git_daemon_export_ok_files.upgrade
downgrade = a8ad35a0bee7_create_git_daemon_export_ok_files.downgrade

M gitsrht/alembic/versions/dacab1dcba45_clean_up_samples_allow_push_options.py => gitsrht/alembic/versions/dacab1dcba45_clean_up_samples_allow_push_options.py +0 -0