Skip to content

Commit

Permalink
fix(DEVELOPMENT.md): incorrect col name start -> ts (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
zilvinasu authored Jun 3, 2024
1 parent 71fec30 commit 8434abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Database: kvisor
Example query:

```sql
select toStartOfInterval(start, INTERVAL 1 HOUR) AS period,
select toStartOfInterval(ts, INTERVAL 1 HOUR) AS period,
pod_name,
namespace,
workload_name,
Expand Down

0 comments on commit 8434abe

Please sign in to comment.