Sha256: d122ffe7d208b87cb0903cc801963fe97bca7ad91e9007b063e0e216d392396b
Contents?: true
Size: 408 Bytes
Versions: 44
Compression:
Stored size: 408 Bytes
Contents
Sequel.migration do up do create_table(:actions) do primary_key :id Integer :system_id, null: false Integer :command_config_id Integer :script_id Integer :timestamp Boolean :success String :response String :file, text: true end end down do drop_table(:actions) end end
Version data entries
44 entries across 44 versions & 1 rubygems