Move all migrations to separate file

Also fixed some inconsistent uses of snake case.
This commit is contained in:
Harvey Tindall
2021-06-01 14:18:49 +01:00
parent d41a281d53
commit 19715f25f6
7 changed files with 205 additions and 177 deletions
-1
View File
@@ -94,7 +94,6 @@ func onReady() {
open.Start(logPath)
case <-mQuit.ClickedCh:
systray.Quit()
// case <-mOnLogin.ClickedCh:
}
}
}