Skip to content
Snippets Groups Projects

Add Get Web hook events API

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -18,6 +18,6 @@ def up
end
def down
unprepare_partitioned_async_index(TABLE_NAME, INDEX_NAME, name: INDEX_NAME)
unprepare_partitioned_async_index(TABLE_NAME, COLUMN_NAMES, name: INDEX_NAME)
end
end
Loading