Skip to content

Commit

Permalink
move TODO comment from sql stmnt string literal to code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
datadanne committed Sep 27, 2023
1 parent e4c9c1b commit dacaaef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/storage/local/impl/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ const (
drop table if exists rigs;
drop table if exists rig_parts;
drop table if exists rig_deals;
// TODO: Investigate what we want here.
// drop table if exists cids;
// drop table if exists table_names;
// drop table if exists txns;
`
// TODO: Investigate what we want here.
// drop table if exists cids;
// drop table if exists table_names;
// drop table if exists txns;.
)

// Store provides local data storage.
Expand Down

0 comments on commit dacaaef

Please sign in to comment.