mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
started work on online cdr processing
This commit is contained in:
@@ -30,7 +30,7 @@ type PostgresStorage struct {
|
||||
}
|
||||
|
||||
var (
|
||||
schema_sql = `
|
||||
postgres_schema = `
|
||||
CREATE TABLE ratingprofile IF NOT EXISTS (
|
||||
id SERIAL PRIMARY KEY,
|
||||
fallbackkey VARCHAR(512),
|
||||
|
||||
Reference in New Issue
Block a user