Skip to content
Snippets Groups Projects

Mi hot and trends livesync

Closed Marcin requested to merge mi_hot_and_trends_livesync into deployed_20200928

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
302 302 sa.Table(
303 303 'hive_posts_api_helper', metadata,
304 304 sa.Column('id', sa.Integer, primary_key=True, autoincrement = False),
305 sa.Column('author', VARCHAR(16, collation='C'), nullable=False),
306 sa.Column('parent_author', VARCHAR(16, collation='C'), nullable=False),
307 sa.Column('parent_permlink_or_category', sa.String(255, collation='C'), nullable=False),
308 sa.Index('hive_posts_api_helper_parent_permlink_or_category', 'parent_author', 'parent_permlink_or_category', 'id')
305 sa.Column('author_permlink', VARCHAR(512, collation='C'), nullable=False),
306 sa.Index('hive_posts_api_helper_author_permlink', 'author_permlink', 'id')
  • Bartek Wrona
    Bartek Wrona @wrona started a thread on commit 7c1cb907
  • 302 302 sa.Table(
    303 303 'hive_posts_api_helper', metadata,
    304 304 sa.Column('id', sa.Integer, primary_key=True, autoincrement = False),
    305 sa.Column('author', VARCHAR(16, collation='C'), nullable=False),
    306 sa.Column('parent_author', VARCHAR(16, collation='C'), nullable=False),
    307 sa.Column('parent_permlink_or_category', sa.String(255, collation='C'), nullable=False),
    308 sa.Index('hive_posts_api_helper_parent_permlink_or_category', 'parent_author', 'parent_permlink_or_category', 'id')
    305 sa.Column('author_permlink', VARCHAR(512, collation='C'), nullable=False),
  • closed

  • Please register or sign in to reply
    Loading