mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
Updated CGRID generation when empty.Fix#1552
This commit is contained in:
committed by
Dan Christian Bogos
parent
ee100d423d
commit
6a0377bbb8
@@ -28,7 +28,7 @@ CREATE TABLE cdrs (
|
||||
created_at TIMESTAMP WITH TIME ZONE,
|
||||
updated_at TIMESTAMP WITH TIME ZONE NULL,
|
||||
deleted_at TIMESTAMP WITH TIME ZONE NULL,
|
||||
UNIQUE (cgrid, run_id, origin_id)
|
||||
UNIQUE (cgrid, run_id)
|
||||
);
|
||||
;
|
||||
DROP INDEX IF EXISTS deleted_at_cp_idx;
|
||||
|
||||
Reference in New Issue
Block a user