renamed models to assistants to not confuse with sequel models
This commit is contained in:
parent
5e3557cb63
commit
f738766931
4 changed files with 28 additions and 19 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Sequel.migration do
|
||||
change do
|
||||
create_table(:models) do
|
||||
create_table(:assistants) do
|
||||
primary_key :id
|
||||
String :name, null: false
|
||||
String :run_command, null: false, unique: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue