UI glitch supporting multiple schemas? #9360
-
I created a new schema to isolate some tables from our main schema. But, this schema will have tables that have the same names as in the main schema and also similar columns. I created the new tables using an SQL query, and now I noticed in the UI that I see duplicate indexes in both schemas: Is this a bug, an unsupported feature or did I do something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I just tried to create two schemas with the same table, completely in the Hasura UI and it does the same glitch... looks like a bug. I will try to update Hasura to see if this bug is still there otherwise fill in a new bug if there isn't already one open. |
Beta Was this translation helpful? Give feedback.
-
Found the actual bug on this issue: #9027 Hoping it will be fixed soon |
Beta Was this translation helpful? Give feedback.
Found the actual bug on this issue: #9027
Hoping it will be fixed soon