mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Versioning fix
This commit is contained in:
@@ -88,3 +88,7 @@ func (self *PostgresStorage) notExtraFieldsExistsQry(field string) string {
|
||||
func (self *PostgresStorage) notExtraFieldsValueQry(field, value string) string {
|
||||
return fmt.Sprintf(" NOT (extra_fields ?'%s' AND (extra_fields ->> '%s') = '%s')", field, field, value)
|
||||
}
|
||||
|
||||
func (self *PostgresStorage) GetStorageType() string {
|
||||
return utils.POSTGRES
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user