diff options
author | ThibG <thib@sitedethib.com> | 2019-03-06 22:59:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 22:59:07 +0100 |
commit | da8ce25fa1c5f1ebd9c314c5a438b0e77f8d720c (patch) | |
tree | 170efea708205d3fc4fd9b39098051ed2b68e917 /app/models/poll.rb | |
parent | 1bb23100b1059879a743302253eafc8317daf215 (diff) | |
parent | 6e295beab26089595b0ca067beb8a47cb11f8e3e (diff) |
Merge pull request #942 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/models/poll.rb')
-rw-r--r-- | app/models/poll.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/poll.rb b/app/models/poll.rb index ab7236d45..da2e25e71 100644 --- a/app/models/poll.rb +++ b/app/models/poll.rb @@ -15,6 +15,7 @@ # last_fetched_at :datetime # created_at :datetime not null # updated_at :datetime not null +# lock_version :integer default(0), not null # class Poll < ApplicationRecord |