promscale_extension icon indicating copy to clipboard operation
promscale_extension copied to clipboard

Remove `ps_tag` schema and its contents

Open sumerman opened this issue 2 years ago • 0 comments

It appears to be a holdover from before we switched to tag_map + support functions (#189 and follow-ups).

  • migration/idempotent/002-tag-operators.sql defines a bunch of functions. Probably can remove entirely.
  • migration/incremental/005-tag-operators.sql creates types. Probably need to add corresponding drops in a later incremental migration. Unless they are still used by matcher operators for series.
  • Snapshot tests may require adjustments.

sumerman avatar Jun 14 '22 11:06 sumerman