Allow ignoring apple restriction for specific ordergroup.

This commit is contained in:
benni 2012-09-30 13:34:16 +02:00
parent ff4ab44bcc
commit cd91436f7f
6 changed files with 20 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20120824114234) do
ActiveRecord::Schema.define(:version => 20120929155541) do
create_table "article_categories", :force => true do |t|
t.string "name", :default => "", :null => false
@ -172,6 +172,7 @@ ActiveRecord::Schema.define(:version => 20120824114234) do
t.text "stats"
t.integer "task_duration", :default => 1
t.integer "next_weekly_tasks_number", :default => 8
t.boolean "ignore_apple_restriction", :default => false
end
add_index "groups", ["name"], :name => "index_groups_on_name", :unique => true