Navigation Menu

Skip to content

Commit

Permalink
Add a missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 27, 2017
1 parent e599d0f commit 5f3503a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -280,7 +280,7 @@ def check_index_integrity
next
end
type, source = column["source"].first.split(".")
flags = column["flags"].sub(/\|PERSISTENT/,'')
flags = column["flags"].sub(/\|PERSISTENT/, '')
column_create(table_name,
new_column_name,
flags,
Expand Down

0 comments on commit 5f3503a

Please sign in to comment.