mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-20 12:48:43 +00:00
Set default reward.value to 20, not 1
This commit is contained in:
parent
a929724857
commit
ee4a9e376d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ class CreateRewards < ActiveRecord::Migration
|
|||
def change
|
||||
create_table :rewards do |t|
|
||||
t.string :name
|
||||
t.integer :value, :default=>1
|
||||
t.integer :value, :default=>20
|
||||
t.integer :position, :default=>0
|
||||
t.references :user
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue