Sha256: 3e8abe9eb390ff7ae87a2eb7e90ff626bb0e7bd5ab3183653559d6dd1d29f7a7
Contents?: true
Size: 266 Bytes
Versions: 6
Compression:
Stored size: 266 Bytes
Contents
class AddDisabledAtToApiClients < ActiveRecord::Migration<% if Rails::VERSION::MAJOR >= 5 %>[<%= Rails::VERSION::MAJOR %>.<%= Rails::VERSION::MINOR %>]<% end %> def change add_column :api_clients, :disabled_at, "timestamp with time zone", null: true end end
Version data entries
6 entries across 6 versions & 1 rubygems