Sha256: 9717df5ad683a69d88c7c8b75eacf6bdff78cd9a72d9a38db52e6ff4232fe188
Contents?: true
Size: 253 Bytes
Versions: 99
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true class AddStatusToAuthorizations < ActiveRecord::Migration[5.1] def change add_column :decidim_authorizations, :granted_at, :datetime execute "UPDATE decidim_authorizations SET granted_at = updated_at" end end
Version data entries
99 entries across 99 versions & 1 rubygems