Skip to content
Snippets Groups Projects
Commit ca7d37d2 authored by Holger Levsen's avatar Holger Levsen
Browse files

fix typo


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 53f21e87
No related branches found
No related tags found
No related merge requests found
......@@ -601,7 +601,7 @@ schema_updates = {
"CREATE SEQUENCE results_id_seq",
"ALTER TABLE results ALTER id SET DEFAULT NEXTVAL('results_id_seq')",
],
30: [ # Add new table to track diffoscope breake
30: [ # Add new table to track diffoscope breakage
'''CREATE TABLE stats_breakages
(datum TEXT,
diffoscope_timeouts INTEGER,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment