aboutsummaryrefslogtreecommitdiff
path: root/upgrade/upgrade.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused filesEuAndreh2024-08-141-231/+0
|
* Add go.mod and go.sum for upgrade (#978)mattn2021-10-261-11/+20
| | | | | * Add go.mod and go.sum for upgrade * Fix upgrade tools to have to run on upgrade directory
* Update amalgamation code (#955)mattn2021-07-151-1/+5
| | | | | * Update amalgamation code * Apply realPy's patch
* Add build tag ignore for upgrade script (#851)mattn2020-09-111-1/+1
|
* Rewrite Upgrade ToolGert-Jan Timmer2018-05-301-0/+218
* Reformat code * Add download for sqlite-src-* * Add extract for sqlite source * Add auto merge of UserAuth module into Amalgamation