Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

whitespace change triggers index recreation #18

Open
abe-winter opened this issue Aug 3, 2020 · 0 comments
Open

whitespace change triggers index recreation #18

abe-winter opened this issue Aug 3, 2020 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@abe-winter
Copy link
Owner

seems like this is triggering drop / add

- create unique index tbl_x_y on levels(x, y);
+ create unique index tbl_x_y on levels (x, y);

and it shouldn't

@abe-winter abe-winter added the bug Something isn't working label Aug 3, 2020
@abe-winter abe-winter added the good first issue Good for newcomers label Dec 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant