aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-12 14:46:58 +0000
committerfrancis <francis>2008-02-12 14:46:58 +0000
commitd296a09d9acd0dc033e509dbb05dbd36b0b65762 (patch)
treee45571f4bd2afd3cd2ee42553a0e28a0a413747e /db/schema.rb
parent56d2ffd5d936aea42e2218fbd1dc9c7bc4bfe301 (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.rb2
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