public
Fork of dustin/twitterspy
Description: A twitter <-> XMPP gateway with search and track and other good stuff.
Homepage: http://github.com/dustin/twitterspy/wikis
Clone URL: git://github.com/sstrigler/twitterspy.git
Stefan Strigler (author)
Wed Dec 10 02:24:16 -0800 2008
commit  9a6ffade68263314bd3f355d4d5847b2943bcabb
tree    c95f2001fe6416946880cc51160501de7cff54ab
parent  ad7c072c853a82babe872593bd50a4a21e6f5590
twitterspy / migrate.rb
100755 7 lines (5 sloc) 0.122 kb
1
2
3
4
5
6
7
#!/usr/bin/env ruby
 
require 'twitterspy/config'
require 'twitterspy/models'
 
puts "Migrating..."
DataMapper.auto_migrate!