Skip to content

Commit

Permalink
update table name
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Apr 6, 2023
1 parent 237e2ec commit a84bde9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@

# revision identifiers, used by Alembic.
revision = "7e67aecbf3f1"
down_revision = "b5ea9d343307"

import json
down_revision = "07f9a902af1b"

import sqlalchemy as sa
from alembic import op
Expand Down Expand Up @@ -54,7 +52,7 @@ def upgrade():
slc.datasource_type = "table"

op.create_check_constraint(
"ck_chart_datasource", "slice", sa.column("datasource_type") == "table"
"ck_chart_datasource", "slices", sa.column("datasource_type") == "table"
)


Expand Down

0 comments on commit a84bde9

Please sign in to comment.