Skip to content

Commit 1122ddc

Browse files
committed
Fix outdated comment
1 parent 8d0cf4a commit 1122ddc

File tree

1 file changed

+1
-1
lines changed
  • src/db/migrations/2019-02-13-163254_initial

1 file changed

+1
-1
lines changed

src/db/migrations/2019-02-13-163254_initial/up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CREATE UNIQUE INDEX runs_id_unique_index ON runs (id);
4343

4444
CREATE SEQUENCE inv_id_seq START WITH 0 MINVALUE 0;
4545

46-
-- Invocation requests
46+
-- Invocations
4747

4848
CREATE table invocations
4949
(

0 commit comments

Comments
 (0)