spec/app/db/schema.rb in subscription_fu-0.2.1 vs spec/app/db/schema.rb in subscription_fu-0.3.0
- old
+ new
@@ -8,11 +8,11 @@
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20110516070948) do
+ActiveRecord::Schema.define(:version => 20110701061927) do
create_table "initiators", :force => true do |t|
t.string "desc"
t.string "email"
t.datetime "created_at"
@@ -21,9 +21,14 @@
create_table "subjects", :force => true do |t|
t.string "desc"
t.datetime "created_at"
t.datetime "updated_at"
+ end
+
+ create_table "subscription_system_initiators", :force => true do |t|
+ t.string "name"
+ t.string "description"
end
create_table "subscription_transactions", :force => true do |t|
t.integer "subscription_id", :null => false
t.integer "initiator_id", :null => false