drop pool versions table
This commit is contained in:
9
db/migrate/20161229001201_drop_pool_versions.rb
Normal file
9
db/migrate/20161229001201_drop_pool_versions.rb
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
class DropPoolVersions < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
drop_table :pool_versions
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
raise NotImplementedError
|
||||||
|
end
|
||||||
|
end
|
||||||
1406
db/structure.sql
1406
db/structure.sql
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user