add index on goods id_c
All checks were successful
Build and push image / deploy (push) Successful in 1m43s
All checks were successful
Build and push image / deploy (push) Successful in 1m43s
This commit is contained in:
9
migrations/20231227185938_goods_id_c_index.sql
Normal file
9
migrations/20231227185938_goods_id_c_index.sql
Normal file
@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
CREATE INDEX goods_id_c_idx ON goods (id_c);
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
DROP INDEX goods_id_c_idx;
|
||||
-- +goose StatementEnd
|
Reference in New Issue
Block a user