This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
retrospring
Watch
1
Star
0
Fork
You've already forked retrospring
0
mirror of
https://github.com/Retrospring/retrospring.git
synced
2025-01-19 04:56:03 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c292f51957
retrospring
/
db
/
20150724154106_create_themes_table.rb
7 lines
118 B
Ruby
Raw
Normal View
History
Unescape
Escape
append used Rails version to ActiveRecord::Migration
2020-04-19 18:10:31 +02:00
class
CreateThemesTable
<
ActiveRecord
::
Migration
[
4
.
2
]
Temp. layout for testing
2015-07-24 19:12:14 +02:00
def
change
create_table
:themes
do
|
t
|
end
end
end
Reference in a new issue
Copy permalink