mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-21 08:21:55 +01:00
Remove unused TRUNCATE
The LatestVersion cache table was removed in
f8a82ec511.
This commit is contained in:
parent
a4cacd6991
commit
a2f77219b6
@ -225,7 +225,6 @@ runStackageUpdate doNotUpload = do
|
|||||||
unless doNotUpload uploadSnapshotsJSON
|
unless doNotUpload uploadSnapshotsJSON
|
||||||
buildAndUploadHoogleDB doNotUpload
|
buildAndUploadHoogleDB doNotUpload
|
||||||
logInfo "Finished building and uploading Hoogle DBs"
|
logInfo "Finished building and uploading Hoogle DBs"
|
||||||
run $ rawExecute "TRUNCATE TABLE latest_version" []
|
|
||||||
|
|
||||||
|
|
||||||
-- | This will look at 'global-hints.yaml' and will create core package getters that are reused
|
-- | This will look at 'global-hints.yaml' and will create core package getters that are reused
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user