1
0
This commit is contained in:
2025-12-02 19:16:41 +08:00
parent 5dec90aa2a
commit 13e48717eb
+2
View File
@@ -0,0 +1,2 @@
-- 不阻塞的情况下创建索引
create index concurrently idx_prism_timestamp on activities (timestamp);