Added table jobs and table devices

This commit is contained in:
2021-10-19 17:50:25 +02:00
parent fc293608fa
commit 27fc2aa88c
13 changed files with 239 additions and 0 deletions

2
app/models/device.rb Normal file
View File

@@ -0,0 +1,2 @@
class Device < ApplicationRecord
end

2
app/models/job.rb Normal file
View File

@@ -0,0 +1,2 @@
class Job < ApplicationRecord
end