This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/models/plugin_store_row.rb
2016-03-31 17:40:54 -04:00

18 lines
401 B
Ruby

class PluginStoreRow < ActiveRecord::Base
end
# == Schema Information
#
# Table name: plugin_store_rows
#
# id :integer not null, primary key
# plugin_name :string not null
# key :string not null
# type_name :string not null
# value :text
#
# Indexes
#
# index_plugin_store_rows_on_plugin_name_and_key (plugin_name,key) UNIQUE
#