bookyt_salary 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
|
|
1
|
+
# This migration comes from bookyt_salary (originally 20120503120833)
|
2
|
+
class AddLeaveDayColumnsToSalaries < ActiveRecord::Migration
|
3
|
+
def change
|
4
|
+
add_column :invoices, :leave_days_balance, :decimal, :precision => 4, :scale => 2
|
5
|
+
add_column :invoices, :used_leave_days, :decimal, :precision => 4, :scale => 2
|
6
|
+
end
|
7
|
+
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookyt_salary
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 81
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 19
|
9
|
-
-
|
10
|
-
version: 0.19.
|
9
|
+
- 1
|
10
|
+
version: 0.19.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Simon H\xC3\xBCrlimann (CyT)"
|
@@ -151,7 +151,7 @@ files:
|
|
151
151
|
- db/migrate/20120119223948_port_obligation_flags_to_tags.rb
|
152
152
|
- db/migrate/20120201104444_switch_to_translated_saldo_inclusion_flags.rb
|
153
153
|
- db/migrate/20120201125113_switch_line_items_to_translated_saldo_inclusion_flags.rb
|
154
|
-
- db/migrate/
|
154
|
+
- db/migrate/20120503120833_add_leave_day_columns_to_salaries.rb
|
155
155
|
- db/seeds.rb
|
156
156
|
- db/seeds/locales/de-CH.rb
|
157
157
|
- lib/bookyt_salary.rb
|