This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scabiosa/SQL/SQLStages.go
2021-11-22 21:28:18 +01:00

9 lines
111 B
Go

package SQL
type SQLStage int64
const(
SQLStage_Compress = 1
SQLStage_Upload = 2
SQLStage_DeleteTmp = 3
)