Remove superfluous database migration
This commit is contained in:
parent
b16e1c1b58
commit
47e5675d84
|
@ -1,6 +0,0 @@
|
||||||
class CreateThemesTable < ActiveRecord::Migration[4.2]
|
|
||||||
def change
|
|
||||||
create_table :themes do |t|
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue