mirror of https://github.com/mastodon/mastodon
Merge branch 'master' into glitch-soc/merge-upstream
commit
cf4fd8bcfe
@ -0,0 +1,6 @@
|
||||
class AddLockVersionToPolls < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :polls, :lock_version, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue