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 8b766df commit d8cb533Copy full SHA for d8cb533
server/src/main/kotlin/org/javacs/kt/index/SymbolIndex.kt
@@ -13,7 +13,7 @@ import org.jetbrains.exposed.sql.Database
13
import org.jetbrains.exposed.sql.insert
14
15
private object Symbols : Table() {
16
- val fqName = varchar("fqname", length = 255).autoIncrement().primaryKey()
+ val fqName = varchar("fqname", length = 255).primaryKey()
17
val shortName = varchar("shortname", length = 127)
18
val kind = integer("kind")
19
}
0 commit comments