aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index b63c0d8cf..7ac84dd30 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 => 88) do
+ActiveRecord::Schema.define(:version => 89) do
create_table "acts_as_xapian_jobs", :force => true do |t|
t.string "model", :null => false
@@ -163,7 +163,6 @@ ActiveRecord::Schema.define(:version => 88) do
t.text "notes", :default => "", :null => false
t.string "first_letter", :null => false
t.text "publication_scheme", :default => "", :null => false
- t.text "charity_number", :default => "", :null => false
end
add_index "public_bodies", ["first_letter"], :name => "index_public_bodies_on_first_letter"