Sha256: 1bd701f5433161786df170115d6b650d8f2670cfdb8bc7896de6837708abe106

Contents?: true

Size: 211 Bytes

Versions: 3

Compression:

Stored size: 211 Bytes

Contents

class AddAntispamLastCommentTsToUsers < ActiveRecord::Migration
  def change

      #remove_column :c80_news_tz_users, :last_comment_ts
      add_column :c80_news_tz_users, :last_comment_ts, :integer

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_news_tz-0.1.1.26 db/migrate/20160330152627_add_antispam_last_comment_ts_to_users.rb
c80_news_tz-0.1.1.25 db/migrate/20160330152627_add_antispam_last_comment_ts_to_users.rb
c80_news_tz-0.1.1.24 db/migrate/20160330152627_add_antispam_last_comment_ts_to_users.rb