From 1c892a3569c7332eef89cd817d515f7f0d8e9fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 19 Aug 2020 00:21:42 +0200 Subject: [PATCH] Re-run the git-daemon-export-ok migration --- ...create_git_daemon_export_ok_files_again.py | 20 +++++++++++++++++++ ...a45_clean_up_samples_allow_push_options.py | 0 2 files changed, 20 insertions(+) create mode 100755 gitsrht/alembic/versions/01412986a44d_create_git_daemon_export_ok_files_again.py mode change 100755 => 100644 gitsrht/alembic/versions/dacab1dcba45_clean_up_samples_allow_push_options.py diff --git a/gitsrht/alembic/versions/01412986a44d_create_git_daemon_export_ok_files_again.py b/gitsrht/alembic/versions/01412986a44d_create_git_daemon_export_ok_files_again.py new file mode 100755 index 0000000..fa101ed --- /dev/null +++ b/gitsrht/alembic/versions/01412986a44d_create_git_daemon_export_ok_files_again.py @@ -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 diff --git a/gitsrht/alembic/versions/dacab1dcba45_clean_up_samples_allow_push_options.py b/gitsrht/alembic/versions/dacab1dcba45_clean_up_samples_allow_push_options.py old mode 100755 new mode 100644 -- 2.38.4