bookyt_projects 0.18.1 → 0.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ class AddIndicesToActivities < ActiveRecord::Migration
2
+ def change
3
+ # Activity
4
+ add_index :activities, :date
5
+ add_index :activities, :person_id
6
+ add_index :activities, :project_id
7
+ add_index :activities, :work_day_id
8
+
9
+ # Project
10
+ add_index :projects, :project_state_id
11
+ add_index :projects, :client_id
12
+
13
+ # WorkDay
14
+ add_index :work_days, :person_id
15
+ add_index :work_days, :date
16
+ end
17
+ end
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '0.18.1'
2
+ VERSION = '0.18.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_projects
3
3
  version: !ruby/object:Gem::Version
4
- hash: 85
4
+ hash: 83
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 18
9
- - 1
10
- version: 0.18.1
9
+ - 2
10
+ version: 0.18.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)
@@ -144,6 +144,7 @@ files:
144
144
  - db/migrate/20120117080212_use_decimal_for_activity_duration.rb
145
145
  - db/migrate/20120118131814_create_work_days.rb
146
146
  - db/migrate/20120118140839_add_activities_to_work_day.rb
147
+ - db/migrate/20120119081136_add_indices_to_activities.rb
147
148
  - lib/bookyt_projects.rb
148
149
  - lib/bookyt_projects/navigation.rb
149
150
  - lib/bookyt_projects/railtie.rb
@@ -179,9 +180,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
180
  requirements: []
180
181
 
181
182
  rubyforge_project:
182
- rubygems_version: 1.8.12
183
+ rubygems_version: 1.8.10
183
184
  signing_key:
184
185
  specification_version: 3
185
186
  summary: Project management plugin for bookyt
186
187
  test_files: []
187
188
 
189
+ has_rdoc: