summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 10:34:57 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 10:34:57 +0100
commit70c436c52c76cf866b03fcab6bc43437c9490cd1 (patch)
treecf7dc1f98464d3893718be1900dd6a98437c41a5 /db/schema.rb
parentb1fad77507c71402d25f085c048848462c2d52f1 (diff)
GsParameter :entity, :section and :name can't be changed in the GUI any more.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 982c406..40326a6 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20130107222128) do
+ActiveRecord::Schema.define(:version => 20130109182800) do
create_table "access_authorizations", :force => true do |t|
t.string "access_authorizationable_type"
@@ -534,6 +534,7 @@ ActiveRecord::Schema.define(:version => 20130107222128) do
t.string "description"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
+ t.string "entity"
end
create_table "gui_function_memberships", :force => true do |t|