Sha256: 2f7e47d72ba914327243f1550754b8e31bdd7939b3e392bd0c8ec979fbb9a443

Contents?: true

Size: 331 Bytes

Versions: 1

Compression:

Stored size: 331 Bytes

Contents

<% if Rails::VERSION::MAJOR >= 5 %>
class AddEnabledToApiClients < ActiveRecord::Migration[<%= Rails::VERSION::MAJOR %>.<%= Rails::VERSION::MINOR %>]
<% else %>
class AddEnabledToApiClients < ActiveRecord::Migration
<% end %>
  def change
    add_column :api_clients, :disabled_at, "timestamp with time zone", null: true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stitches-4.2.0.RC1 lib/stitches/generator_files/db/migrate/add_disabled_at_to_api_clients.rb