|
@@ -5,7 +5,7 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
func init() {
|
|
func init() {
|
|
- upgrades[46] = upgrade{"Add inserted time to history sync message", func(tx *sql.Tx, ctx context) error {
|
|
|
|
|
|
+ upgrades[45] = upgrade{"Add inserted time to history sync message", func(tx *sql.Tx, ctx context) error {
|
|
// Add the inserted time TIMESTAMP column to history_sync_message
|
|
// Add the inserted time TIMESTAMP column to history_sync_message
|
|
_, err := tx.Exec(`
|
|
_, err := tx.Exec(`
|
|
ALTER TABLE history_sync_message
|
|
ALTER TABLE history_sync_message
|