Sha256: faee2b0b1d39ae1ba961cf199ba9ce8adf19d6c8600fe7e17d4bca8d213867f3
Contents?: true
Size: 288 Bytes
Versions: 64
Compression:
Stored size: 288 Bytes
Contents
class AddArkivoToUsers < ActiveRecord::Migration<%= migration_version %> def change add_column :users, :arkivo_token, :string add_column :users, :arkivo_subscription, :string add_column :users, :zotero_token, :binary add_column :users, :zotero_userid, :string end end
Version data entries
64 entries across 64 versions & 1 rubygems