Create index on "last_modified_at" column in "sp_target" table. (#1015)
* Create index on "last_modified_at" column in "sp_target" table. * Added tenant to the index. Signed-off-by: Sergey Gerasimov <sergey.gerasimov@devolo.de>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE INDEX sp_idx_target_05 ON sp_target (tenant, last_modified_at);
|
||||
@@ -0,0 +1 @@
|
||||
CREATE INDEX sp_idx_target_05 ON sp_target (tenant, last_modified_at);
|
||||
@@ -0,0 +1 @@
|
||||
CREATE INDEX sp_idx_target_05 ON sp_target (tenant, last_modified_at);
|
||||
@@ -0,0 +1,3 @@
|
||||
CREATE INDEX sp_idx_target_05
|
||||
ON sp_target
|
||||
USING BTREE (tenant, last_modified_at);
|
||||
@@ -0,0 +1 @@
|
||||
CREATE INDEX sp_idx_target_05 ON sp_target (tenant, last_modified_at);
|
||||
Reference in New Issue
Block a user