GeoRSS aggregator and Layar augmented reality server
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

7 řádky
159 B

  1. class AddGuidToPostsRemoveGuidFromFeeds < ActiveRecord::Migration
  2. def change
  3. remove_column :feeds, :guid
  4. add_column :posts, :guid, :string
  5. end
  6. end