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