mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 06:27:38 +03:00
Remove deprecated 0.3 module name aliases
This commit is contained in:
parent
e0792c2dbb
commit
956e9ed65f
23 changed files with 0 additions and 25 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue