Implement forum topic voting and tag change pruning (#3580)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreatePoolVersions < ActiveRecord::Migration
|
||||
class CreatePoolVersions < ActiveRecord::Migration[4.2]
|
||||
def up
|
||||
create_table :pool_versions do |t|
|
||||
t.column :pool_id, :integer
|
||||
|
||||
Reference in New Issue
Block a user