From 96bba4eb6f8f7b70f7ac1802aada319d5abb313c Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Thu, 16 May 2013 19:01:06 +0300 Subject: [PATCH] started work on online cdr processing --- rater/storage_postgres.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rater/storage_postgres.go b/rater/storage_postgres.go index d0f5244af..bace030e9 100644 --- a/rater/storage_postgres.go +++ b/rater/storage_postgres.go @@ -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),