Commit 1268f3bb authored by Jyong's avatar Jyong

add data source binding init and check dataset index status

parent 42c4ab73
......@@ -7,7 +7,7 @@ class DataSourceBinding(db.Model):
__tablename__ = 'data_source_bindings'
__table_args__ = (
db.PrimaryKeyConstraint('id', name='source_binding_pkey'),
db.Index('app_tenant_id_idx', 'tenant_id')
db.Index('source_binding_tenant_id_idx', 'tenant_id')
)
id = db.Column(UUID, server_default=db.text('uuid_generate_v4()'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment