cleaned up schema.rb - reportable - Fork of reportable required by WarVox, from hdm/reportable.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit aff129452fc53375a500b2da7e407999933adb59
(DIR) parent 2efe720d00dd3de62f1b7f5bd60292446bfedb46
(HTM) Author: Marco Otte-Witte <marco.otte-witte@simplabs.com>
Date: Wed, 14 Jan 2009 00:41:33 +0800
cleaned up schema.rb
Signed-off-by: Marco Otte-Witte <marco.otte-witte@simplabs.com>
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
@@ -23,13 +23,13 @@ ActiveRecord::Schema.define(:version => 1) do
:report_name,
:grouping,
:aggregation
- ], :name => 'name_model_grouping_agregation'
+ ], :name => :name_model_grouping_agregation
add_index :report_caches, [
:model_name,
:report_name,
:grouping,
:aggregation,
:reporting_period
- ], :unique => true, :name => 'name_model_grouping_aggregation_period'
+ ], :unique => true, :name => :name_model_grouping_aggregation_period
end