diff --git a/core/main/ar-migrations/004_create_commands.rb b/core/main/ar-migrations/004_create_commands.rb index c56d72be0..9bdeba338 100644 --- a/core/main/ar-migrations/004_create_commands.rb +++ b/core/main/ar-migrations/004_create_commands.rb @@ -3,6 +3,8 @@ class CreateCommands < ActiveRecord::Migration[6.0] def change create_table :commands do |t| + t.references :command_module + t.references :hooked_browser t.text :data t.datetime :creationdate t.text :label