Merge branch 'migration-db' into 'master'
Migration Database See merge request !1
Showing
app/models/applied_job.rb
0 → 100644
app/models/company.rb
0 → 100644
app/models/favorite.rb
0 → 100644
app/models/history.rb
0 → 100644
app/models/industries_job.rb
0 → 100644
app/models/industry.rb
0 → 100644
app/models/job.rb
0 → 100644
app/models/location.rb
0 → 100644
app/models/locations_job.rb
0 → 100644
app/models/user.rb
0 → 100644
db/migrate/20200715041153_create_jobs.rb
0 → 100644
db/migrate/20200717014054_create_users.rb
0 → 100644
test/fixtures/applied_jobs.yml
0 → 100644
test/fixtures/companies.yml
0 → 100644
test/fixtures/favorites.yml
0 → 100644
test/fixtures/histories.yml
0 → 100644
test/fixtures/industries.yml
0 → 100644
test/fixtures/industries_jobs.yml
0 → 100644
test/fixtures/jobs.yml
0 → 100644
test/fixtures/locations.yml
0 → 100644
test/fixtures/locations_jobs.yml
0 → 100644
test/fixtures/users.yml
0 → 100644
test/models/applied_job_test.rb
0 → 100644
test/models/company_test.rb
0 → 100644
test/models/favorite_test.rb
0 → 100644
test/models/history_test.rb
0 → 100644
test/models/industries_job_test.rb
0 → 100644
test/models/industry_test.rb
0 → 100644
test/models/job_test.rb
0 → 100644
test/models/location_test.rb
0 → 100644
test/models/locations_job_test.rb
0 → 100644
test/models/user_test.rb
0 → 100644
Please
register
or
sign in
to comment