Sha256: f0a2326c682740a7fe69017bdc40b9e95dcd16d21fdcf8be0f66ae8311d4b6ee
Contents?: true
Size: 269 Bytes
Versions: 20
Compression:
Stored size: 269 Bytes
Contents
class AddArkivoToUsers < ActiveRecord::Migration[5.1] 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
20 entries across 20 versions & 1 rubygems