Sha256: 96073fb9c8cec6c9d88063ae584b27bbfdaf63152b4cddc407f8acc6e74144cc
Contents?: true
Size: 230 Bytes
Versions: 211
Compression:
Stored size: 230 Bytes
Contents
Sequel.migration do change do add_column(:webhooks, :created_at, DateTime) add_column(:webhooks, :updated_at, DateTime) add_column(:webhooks, :username, String) add_column(:webhooks, :password, String) end end
Version data entries
211 entries across 211 versions & 1 rubygems