diff options
author | francis <francis> | 2008-02-12 14:46:58 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-12 14:46:58 +0000 |
commit | d296a09d9acd0dc033e509dbb05dbd36b0b65762 (patch) | |
tree | e45571f4bd2afd3cd2ee42553a0e28a0a413747e /db/schema.rb | |
parent | 56d2ffd5d936aea42e2218fbd1dc9c7bc4bfe301 (diff) |
It's a shitty way to add foreign keys to the database, but it works (tried to
find a plugin, but there are many and they're not very good).
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 72e075da7..c01221291 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 31) do +ActiveRecord::Schema.define(:version => 32) do create_table "incoming_messages", :force => true do |t| t.integer "info_request_id", :null => false |