Skip to content

Commit ee5e88c

Browse files
authored
feat: improve volumes computation (#623)
1 parent 1560f54 commit ee5e88c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: Create accounts volumes index concurrently
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
create index concurrently accounts_volumes_idx on "{{.Schema}}".accounts_volumes (ledger, accounts_address, asset) include (input, output);

pkg/generate/generator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ func NewGenerator(script string, opts ...Option) (*Generator, error) {
219219
}
220220

221221
err = runtime.Set("read_file", func(path string) string {
222-
fmt.Println("read file", path)
223222
f, err := os.ReadFile(filepath.Join(cfg.rootPath, path))
224223
if err != nil {
225224
panic(err)

0 commit comments

Comments
 (0)