From 06f5295fedd4d96f3d52be0374b0dddac75d7cfb Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 24 Oct 2013 20:37:25 -0300 Subject: [PATCH] schema: remove mistakenly added plugins tables --- db/schema.rb | 44 -------------------------------------------- 1 file changed, 0 insertions(+), 44 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index f1bdd67..d26d0a9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -233,50 +233,6 @@ ActiveRecord::Schema.define(:version => 20131011164400) do t.datetime "updated_at" end - create_table "custom_forms_plugin_answers", :force => true do |t| - t.text "value" - t.integer "field_id" - t.integer "submission_id" - end - - create_table "custom_forms_plugin_fields", :force => true do |t| - t.string "name" - t.string "slug" - t.string "type" - t.string "default_value" - t.string "choices" - t.float "minimum" - t.float "maximum" - t.integer "form_id" - t.boolean "mandatory", :default => false - t.boolean "multiple" - t.boolean "list" - t.integer "position", :default => 0 - end - - create_table "custom_forms_plugin_forms", :force => true do |t| - t.string "name" - t.string "slug" - t.text "description" - t.integer "profile_id" - t.datetime "begining" - t.datetime "ending" - t.boolean "report_submissions", :default => false - t.boolean "on_membership", :default => false - t.string "access" - t.datetime "created_at" - t.datetime "updated_at" - end - - create_table "custom_forms_plugin_submissions", :force => true do |t| - t.string "author_name" - t.string "author_email" - t.integer "profile_id" - t.integer "form_id" - t.datetime "created_at" - t.datetime "updated_at" - end - create_table "delayed_jobs", :force => true do |t| t.integer "priority", :default => 0 t.integer "attempts", :default => 0 -- libgit2 0.21.2