Introduction
Introduction Statistics Contact Development Disclaimer Help
cleaned up schema.rb - reportable - Fork of reportable required by WarVox, from…
Log
Files
Refs
README
---
commit aff129452fc53375a500b2da7e407999933adb59
parent 2efe720d00dd3de62f1b7f5bd60292446bfedb46
Author: Marco Otte-Witte <[email protected]>
Date: Wed, 14 Jan 2009 00:41:33 +0800
cleaned up schema.rb
Signed-off-by: Marco Otte-Witte <[email protected]>
Diffstat:
M spec/db/schema.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
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
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.