Remove superfluous database migration

This commit is contained in:
Andreas Nedbal 2020-05-06 13:53:43 +02:00
parent b16e1c1b58
commit 47e5675d84
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
class CreateThemesTable < ActiveRecord::Migration[4.2]
def change
create_table :themes do |t|
end
end
end