You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now an insert into meta.table creates the "normal" pk/fk indexes that are automatically created in a create table statement. Stop doing this, and instead make a meta.index view that one needs to insert into to create those (or any other) indexes. This way we can track and version control indexes like everything else.
The text was updated successfully, but these errors were encountered:
Right now an
insert
intometa.table
creates the "normal" pk/fk indexes that are automatically created in acreate table
statement. Stop doing this, and instead make ameta.index
view that one needs to insert into to create those (or any other) indexes. This way we can track and version control indexes like everything else.The text was updated successfully, but these errors were encountered: