Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

irul / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • opensipkd-base
  • opensipkd
  • models
  • alembic
  • versions
  • 1a608edd4715_create_table.py
  • aa.gusti's avatar
    perbaikan report di windows dan migrasi · 72ebe4ad
    aa.gusti committed Nov 17, 2024
    72ebe4ad
1a608edd4715_create_table.py 328 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
"""create table

Revision ID: 1a608edd4715
Revises: 
Create Date: 2024-11-16 09:06:29.860302

"""

# revision identifiers, used by Alembic.
revision = '1a608edd4715'
down_revision = None
branch_labels = None
depends_on = None

from alembic import op
import sqlalchemy as sa


def upgrade():
    pass


def downgrade():
    pass