2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 09:10:25 +08:00
discourse/app/models/plugin_store_row.rb
2016-02-23 10:33:53 +11:00

17 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
#