Skip to content

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
bailliekova committed Feb 1, 2025
1 parent 9ca3669 commit e2288a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gerrydb_meta/crud/column.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def create(
canonical_ref.col_id = col.col_id
db.flush()

#create partition
# create partition
db.execute(create_column_value_partition_text(column_id=col.col_id))

# Create additional aliases (non-canonical references) to the column.
Expand Down

0 comments on commit e2288a1

Please sign in to comment.