From 233a3049dc8cf4a2f5f25f3523d54d1b845ad938 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 20 Apr 2014 03:29:23 +0200 Subject: oops --- db/migrate/09_create_register_tokens.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/migrate/09_create_register_tokens.rb b/db/migrate/09_create_register_tokens.rb index ad317d7..fbaa096 100644 --- a/db/migrate/09_create_register_tokens.rb +++ b/db/migrate/09_create_register_tokens.rb @@ -1,6 +1,6 @@ class CreateRegisterTokens < ActiveRecord::Migration def change - create_table :register_tokens, id: :false do |t| + create_table :register_tokens, id: false do |t| t.string :uuid, limit: 32, unique: true, primary: true, null: false t.string :token, limit: 6, null: false t.string :email, unique: true, null: false -- cgit v1.2.3