mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 05:43:47 +00:00
Added a separate table to record background job status for tournaments and fixed migrations/schemas for solid dbs. Foreign key constraints are now added to the migrations where we do belongs_to.
This commit is contained in:
4
test/fixtures/users.yml
vendored
4
test/fixtures/users.yml
vendored
@@ -23,3 +23,7 @@ three:
|
||||
four:
|
||||
email: test4@test.com
|
||||
id: 4
|
||||
|
||||
admin:
|
||||
email: admin@example.com
|
||||
id: 5
|
||||
|
||||
Reference in New Issue
Block a user