mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-25 19:44:26 +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."; }
|
else { return "$self->{name}: [$name1] $name2.$data_index does not exist."; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# for compatibility with SQLite object
|
||||||
|
sub create_metadata { }
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
Reference in New Issue
Block a user