mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 14:37:37 +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
|
@ -140,6 +140,5 @@ func (s *SQLTable) SetKey(k, v string) error {
|
|||
}
|
||||
|
||||
func init() {
|
||||
module.RegisterDeprecated("sql_table", "table.sql_table", NewSQLTable)
|
||||
module.Register("table.sql_table", NewSQLTable)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue