fix the schema that's used for the specs - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 7073823c15e1336558b1e121844e6cd9d50b8685
(DIR) parent 835833151951f642554014e677bbfb79907a8e79
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Date: Mon, 28 Jun 2010 10:45:16 +0200
fix the schema that's used for the specs
Diffstat:
M spec/db/schema.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/spec/db/schema.rb b/spec/db/schema.rb
@@ -25,7 +25,7 @@ ActiveRecord::Schema.define(:version => 1) do
:grouping,
:aggregation,
:conditions
- ], :name => :name_model_grouping_agregation
+ ], :name => 'name_model_grouping_agregation'
add_index :reportable_cache, [
:model_name,
:report_name,
@@ -33,6 +33,6 @@ ActiveRecord::Schema.define(:version => 1) do
:aggregation,
:conditions,
:reporting_period
- ], :unique => true, :name => :name_model_grouping_aggregation_period
+ ], :unique => true, :name => 'name_model_grouping_aggregation_period'
end