Skip to content

Commit

Permalink
fix: migration reapply issue fixed for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nityanandagohain committed Oct 9, 2023
1 parent 2855716 commit b465924
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
-- We are dropping logs_attribute_keys as we are renaming logs_atrribute_keys in the next line
DROP TABLE IF EXISTS signoz_logs.logs_attribute_keys on CLUSTER cluster;

RENAME TABLE IF EXISTS signoz_logs.logs_atrribute_keys TO signoz_logs.logs_attribute_keys on CLUSTER cluster;


Expand Down

0 comments on commit b465924

Please sign in to comment.