1 class <%= class_name %> < ActiveRecord::Migration
3 drop_table :open_id_authentication_settings
4 drop_table :open_id_authentication_nonces
6 create_table :open_id_authentication_nonces, :force => true do |t|
7 t.integer :timestamp, :null => false
8 t.string :server_url, :null => true
9 t.string :salt, :null => false
14 drop_table :open_id_authentication_nonces
16 create_table :open_id_authentication_nonces, :force => true do |t|
21 create_table :open_id_authentication_settings, :force => true do |t|