aboutsummaryrefslogtreecommitdiff
path: root/migrations/versions/16f8fc3cf0cc_add_column_webpage_in_the_user_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/versions/16f8fc3cf0cc_add_column_webpage_in_the_user_table.py')
-rw-r--r--migrations/versions/16f8fc3cf0cc_add_column_webpage_in_the_user_table.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/versions/16f8fc3cf0cc_add_column_webpage_in_the_user_table.py b/migrations/versions/16f8fc3cf0cc_add_column_webpage_in_the_user_table.py
index 7842083a..95926d22 100644
--- a/migrations/versions/16f8fc3cf0cc_add_column_webpage_in_the_user_table.py
+++ b/migrations/versions/16f8fc3cf0cc_add_column_webpage_in_the_user_table.py
@@ -9,6 +9,7 @@ Create Date: 2016-09-21 08:00:27.160357
# revision identifiers, used by Alembic.
from alembic import op
import sqlalchemy as sa
+
revision = "16f8fc3cf0cc"
down_revision = "957d4c5b8ac9"
branch_labels = None
bgstack15