mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
fixed failing tests
This commit is contained in:
parent
86cab52f52
commit
0ec937e43e
2 changed files with 6 additions and 2 deletions
|
|
@ -496,7 +496,7 @@ ActiveRecord::Schema.define(version: 20171201163628) do
|
|||
t.integer "user_id"
|
||||
t.integer "payment_id"
|
||||
t.integer "week"
|
||||
t.float "amount_paid"
|
||||
t.float "amount_paid", default: 0.0
|
||||
end
|
||||
|
||||
create_table "ticket_scannings", force: :cascade do |t|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue