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