Sfoglia il codice sorgente

bump database version generated by importer

This should have been done in 8b2f6de3e0, since we updated both
the database schema and the importer then.
tags/v2.9.0-rc1
Shivaram Lingamneni 2 anni fa
parent
commit
9293858ba1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      irc/import.go

+ 1
- 1
irc/import.go Vedi File

@@ -20,7 +20,7 @@ const (
20 20
 	// XXX instead of referencing, e.g., keyAccountExists, we should write in the string literal
21 21
 	// (to ensure that no matter what code changes happen elsewhere, we're still producing a
22 22
 	// db of the hardcoded version)
23
-	importDBSchemaVersion = 19
23
+	importDBSchemaVersion = 22
24 24
 )
25 25
 
26 26
 type userImport struct {

Loading…
Annulla
Salva