mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 04:22:35 +01:00
DualIndexHashObject needs create_metadata() for compatibility with DualIndexSQLiteObject
This commit is contained in:
parent
e73d890246
commit
fb1eda51ee
@ -363,4 +363,7 @@ sub remove {
|
||||
else { return "$self->{name}: [$name1] $name2.$data_index does not exist."; }
|
||||
}
|
||||
|
||||
# for compatibility with SQLite object
|
||||
sub create_metadata { }
|
||||
|
||||
1;
|
||||
|
Loading…
Reference in New Issue
Block a user