3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

DualIndexHashObject needs create_metadata() for compatibility with DualIndexSQLiteObject

This commit is contained in:
Pragmatic Software 2020-02-26 02:24:15 -08:00
parent e73d890246
commit fb1eda51ee

View File

@ -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;