Sha256: b0934e48ea6517e01d127c01531e0819eb3a37a200cb7fdad79190095dd280ed
Contents?: true
Size: 317 Bytes
Versions: 44
Compression:
Stored size: 317 Bytes
Contents
Sequel.migration do up do create_table(:script_commands) do primary_key :id Integer :script_id, null: false Integer :command_config_id, null:false Integer :order, null: false end end down do drop_table(:script_commands) end end
Version data entries
44 entries across 44 versions & 1 rubygems