yycrebuild
Code
Branches
Tags
Commits
main
yycrebuild
/
db
/
migrate
/
20130624045542_drop_resources_table.rb
Top
1
class
DropResourcesTable
<
ActiveRecord
::
Migration
2
def
change
3
drop_table
:resources
4
end
5
end