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ů.
 
 
 
 
 

8 řádky
238 B

  1. class ConvertFeedsLayersTableToSubscriptions < ActiveRecord::Migration
  2. def change
  3. rename_table :feeds_layers, :subscriptions
  4. add_column :subscriptions, :id, :primary_key
  5. add_index :subscriptions, :id, :name => "id"
  6. end
  7. end