Remove deprecated 0.3 module name aliases

This commit is contained in:
fox.cpp 2021-07-15 00:25:01 +03:00
parent e0792c2dbb
commit 956e9ed65f
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
23 changed files with 0 additions and 25 deletions

View file

@ -213,6 +213,5 @@ func (s *SQL) SetKey(k, v string) error {
}
func init() {
module.RegisterDeprecated("sql_query", "table.sql_query", NewSQL)
module.Register("table.sql_query", NewSQL)
}