Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix metadata errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Morard committed Feb 21, 2018
1 parent 8df2bbf commit 529fd23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Phalcon/Annotations/DbStrategies/Cassandra.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ public static function getMetaData(\Phalcon\Annotations\Reflection $reflection,
MetaData::MODELS_AUTOMATIC_DEFAULT_UPDATE => array(),
// Default values
MetaData::MODELS_DEFAULT_VALUES => array(),
// Empty String
MetaData::MODELS_EMPTY_STRING_VALUES => array(),
//Size of fields
ModelStrategy::METADATA_SIZES_OF_FIELDS => array(),
//Table indexes
Expand Down

0 comments on commit 529fd23

Please sign in to comment.