feat: add fts indexing
This commit is contained in:
@@ -17,6 +17,11 @@ type File struct {
|
||||
IndexedAt sql.NullTime
|
||||
}
|
||||
|
||||
type FileContent struct {
|
||||
FileID string
|
||||
Content string
|
||||
}
|
||||
|
||||
type Symbol struct {
|
||||
ID int64
|
||||
FileID int64
|
||||
|
||||
Reference in New Issue
Block a user