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
1 changed files with 3 additions and 0 deletions

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;