Skip to content

Commit d4c3b94

Browse files
bors[bot]MikailBag
andauthored
Merge #126
126: Fix outdated comment r=MikailBag a=MikailBag bors r+ Co-authored-by: Mikail Bagishov <bagishov.mikail@yandex.ru>
2 parents 8d0cf4a + 1122ddc commit d4c3b94

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)