forked from e621ng/e621ng
drop pool versions table
This commit is contained in:
parent
811fa7508b
commit
c0ae6e8631
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
Loading…
Reference in New Issue
Block a user