fixed linux compile
This commit is contained in:
@@ -13,9 +13,9 @@ void attribute_definition_generator::on_primary_key(const char *id, std::string
|
||||
on_attribute(id, pk, { size, utils::constraints::PRIMARY_KEY });
|
||||
}
|
||||
|
||||
void attribute_definition_generator::on_revision(const char *id, unsigned long long int &x)
|
||||
void attribute_definition_generator::on_revision(const char *id, uint64_t &rev)
|
||||
{
|
||||
on_attribute(id, x);
|
||||
on_attribute(id, rev);
|
||||
}
|
||||
|
||||
std::pair<std::string, std::string> attribute_definition_generator::determine_foreign_ref(const std::type_index &ti)
|
||||
|
||||
Reference in New Issue
Block a user