From aac1b0bc107c145e49f7baf42eb8a80e101badbb Mon Sep 17 00:00:00 2001 From: Ben Passmore Date: Sat, 2 Nov 2019 08:26:41 +1000 Subject: [PATCH] Added command references --- core/main/ar-migrations/004_create_commands.rb | 2 ++ 1 file changed, 2 insertions(+) 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