Fixed problems in interacting of acts_as_versioned and optimistic locking.
This commit is contained in:
parent
2660d86b89
commit
255a4cd6c7
5 changed files with 9 additions and 10 deletions
|
|
@ -6,7 +6,6 @@ class CreatePages < ActiveRecord::Migration
|
|||
t.string :permalink
|
||||
t.integer :lock_version, :default => 0
|
||||
t.integer :updated_by
|
||||
t.integer :version
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue