mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 16:16:03 +01:00
6 lines
118 B
Ruby
6 lines
118 B
Ruby
class CreateThemesTable < ActiveRecord::Migration[4.2]
|
|
def change
|
|
create_table :themes do |t|
|
|
end
|
|
end
|
|
end
|