We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f81d3 commit fcbe8b8Copy full SHA for fcbe8b8
ext_tables.sql
@@ -0,0 +1,4 @@
1
+-- Add index for CType to speed up number of used elements lookup --
2
+CREATE TABLE tt_content (
3
+ KEY CType (CType),
4
+);
0 commit comments