started work on online cdr processing

This commit is contained in:
Radu Ioan Fericean
2013-05-16 19:01:06 +03:00
parent 7e7ab83bd8
commit 96bba4eb6f

View File

@@ -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),