mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
Added command references
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user