Skip to content

Commit

Permalink
Merge pull request #187 from SigNoz/issue_186
Browse files Browse the repository at this point in the history
fix: migration reapply issue fixed for logs
  • Loading branch information
nityanandagohain committed Oct 11, 2023
2 parents 49769fd + afa872c commit 93fddd1
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 93fddd1

Please sign in to comment.