mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 19:53:37 +01:00
7 lines
113 B
Ruby
7 lines
113 B
Ruby
|
class CreateThemesTable < ActiveRecord::Migration
|
||
|
def change
|
||
|
create_table :themes do |t|
|
||
|
end
|
||
|
end
|
||
|
end
|